#7680C6

Color #7680C6 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7680C6

Tints of Wild Blue Yonder #7680C6

Color information

#7680C6 (or 0x7680C6) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 80 and C6. RGB value is (118,128,198). Sum of RGB (Red+Green+Blue) = 118+128+198=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #7680C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680C6 is #897F39. Grayscale: #848484. Windows color (decimal): -9011002 or 13009014. OLE color: 13009014.

HSL color Cylindrical-coordinate representation of color #7680C6: hue angle of 232.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7680C6 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118128198-
CMYK0.400.3500.22
HSL232.5º41.24%61.96%-
HSV(B)232.5º40.4%77.65%-
XYZ25.3823.3756.6-
YUV132.99164.69117.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 198 (77.73% from 255) = 44.59%
R=26.58%
G=28.83%
B=44.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181281980.400.3500.22232.541.2461.96
Hex7680C62823016e8293e
Octal16620030650430263505176
Binary1110110100000001100011010100010001101011011101000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7680C6;
 }
 .AnyTagClassName
 {
   color: #7680C6;
 }
</style>
background-color css

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

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

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

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

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

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