#7690D0

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

Shades of Wild Blue Yonder #7690D0

Tints of Wild Blue Yonder #7690D0

Color information

#7690D0 (or 0x7690D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 90 and D0. RGB value is (118,144,208). Sum of RGB (Red+Green+Blue) = 118+144+208=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #7690D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690D0 is #896F2F. Grayscale: #8F8F8F. Windows color (decimal): -9006896 or 13668470. OLE color: 13668470.

HSL color Cylindrical-coordinate representation of color #7690D0: hue angle of 222.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7690D0 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118144208-
CMYK0.430.3100.18
HSL222.67º48.91%63.92%-
HSV(B)222.67º43.27%81.57%-
XYZ28.8328.3563.63-
YUV143.52164.39109.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.11%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=25.11%
G=30.64%
B=44.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181442080.430.3100.18222.6748.9163.92
Hex7690D02B1F012df3140
Octal166220320533702233761100
Binary1110110100100001101000010101111111010010110111111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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