Html Css Color HEX #7680C2 Wild Blue Yonder

📋 copy color: '#7680C2'

red 118 ◦ green 128 ◦ blue 194

#7680C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7680C2

Tints of Wild Blue Yonder #7680C2

RGB

 RED value IS 118 (46.48% from 255) = 26.82%

 GREEN value IS 128 (50.39% from 255) = 29.09%

 BLUE value IS 194 (76.17% from 255) = 44.09%

R = 26.82%
G = 29.09%
B = 44.09%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7680C2 (or 0x7680C2) is known color: Wild Blue Yonder. HEX triplet: 76, 80 and C2. RGB value is (118,128,194). Sum of RGB (Red+Green+Blue) = 118+128+194=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #7680C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680C2 is #897F3D. Grayscale: #848484. Windows color (decimal): -9011006 or 12746870. OLE color: 12746870.

HSL color Cylindrical-coordinate representation of color #7680C2: hue angle of 232.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7680C2 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 128 194 -
CMYK 0.39 0.34 0 0.24
HSL 232.11º 0.38% 0.61% -
HSV(B) 232.11º 0.39% 0.76% -
XYZ 24.93 23.18 54.2 -
YUV 132.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 118 128 194 0.39 0.34 0 0.24 232.11 0.38 0.61
Hex 76 80 C2 27 22 0 18 E8 26 3D
Octal 166 200 302 47 42 0 30 350 46 75
Binary 1110110 10000000 11000010 100111 100010 0 11000 11101000 100110 111101

Color Harmonies of #7680C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7680C2

Black with #7680C2

Text Example


Text Example

White with #7680C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7680C2; }

 p { color: rgb(118,128,194); }

 H1.HeaderClassName
 {
   color: #7680C2;
 }
 .AnyTagClassName
 {
   color: #7680C2;
 }
</style>

background-color css

<style>
 a { background-color: #7680C2; }

 a { background-color: rgb(118,128,194); }

 div.DivClassName
 {
   background-color: #7680C2;
 }
 .BgClassName
 {
   background-color: #7680C2;
 }
</style>

border-color css

<style>
 span { border-color: #7680C2; }

 span { border-color: rgb(118,128,194); }

 td.TdClassName
 {
   border-color: #7680C2;
 }
 .TagClassName
 {
   border-color: #7680C2;
 }
</style>