#7690CC

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

Shades of Wild Blue Yonder #7690CC

Tints of Wild Blue Yonder #7690CC

Color information

#7690CC (or 0x7690CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 90 and CC. RGB value is (118,144,204). Sum of RGB (Red+Green+Blue) = 118+144+204=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #7690CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690CC is #896F33. Grayscale: #8E8E8E. Windows color (decimal): -9006900 or 13406326. OLE color: 13406326.

HSL color Cylindrical-coordinate representation of color #7690CC: hue angle of 221.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7690CC is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118144204-
CMYK0.420.2900.2
HSL221.86º45.74%63.14%-
HSV(B)221.86º42.16%80%-
XYZ28.3428.1661.07-
YUV143.07162.39110.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.32%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=25.32%
G=30.90%
B=43.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181442040.420.2900.2221.8645.7463.14
Hex7690CC2A1D014de2e3f
Octal16622031452350243365677
Binary111011010010000110011001010101110101010011011110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7690CC; }

 p { color: rgb(118,144,204); }

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

<style>
 a { background-color: #7690CC; }

 a { background-color: rgb(118,144,204); }

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

<style>
 span { border-color: #7690CC; }

 span { border-color: rgb(118,144,204); }

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