#7690CA

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

Shades of Wild Blue Yonder #7690CA

Tints of Wild Blue Yonder #7690CA

Color information

#7690CA (or 0x7690CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 90 and CA. RGB value is (118,144,202). Sum of RGB (Red+Green+Blue) = 118+144+202=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #7690CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690CA is #896F35. Grayscale: #8E8E8E. Windows color (decimal): -9006902 or 13275254. OLE color: 13275254.

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

Color convert

RGB118144202-
CMYK0.420.2900.21
HSL221.43º44.21%62.75%-
HSV(B)221.43º41.58%79.22%-
XYZ28.1128.0659.81-
YUV142.84161.39110.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=25.43%
G=31.03%
B=43.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181442020.420.2900.21221.4344.2162.75
Hex7690CA2A1D015dd2c3f
Octal16622031252350253355477
Binary111011010010000110010101010101110101010111011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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