#7990CE

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

Shades of Wild Blue Yonder #7990CE

Tints of Wild Blue Yonder #7990CE

Color information

#7990CE (or 0x7990CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 90 and CE. RGB value is (121,144,206). Sum of RGB (Red+Green+Blue) = 121+144+206=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7990CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990CE is #866F31. Grayscale: #8F8F8F. Windows color (decimal): -8810290 or 13537401. OLE color: 13537401.

HSL color Cylindrical-coordinate representation of color #7990CE: hue angle of 223.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7990CE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121144206-
CMYK0.410.3000.19
HSL223.76º46.45%64.12%-
HSV(B)223.76º41.26%80.78%-
XYZ2928.4762.36-
YUV144.19162.88111.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=25.69%
G=30.57%
B=43.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211442060.410.3000.19223.7646.4564.12
Hex7990CE291E013e02e40
Octal171220316513602334056100
Binary1111001100100001100111010100111110010011111000001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7990CE; }

 p { color: rgb(121,144,206); }

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

<style>
 a { background-color: #7990CE; }

 a { background-color: rgb(121,144,206); }

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

<style>
 span { border-color: #7990CE; }

 span { border-color: rgb(121,144,206); }

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