#7991CE

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

Shades of Wild Blue Yonder #7991CE

Tints of Wild Blue Yonder #7991CE

Color information

#7991CE (or 0x7991CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 91 and CE. RGB value is (121,145,206). Sum of RGB (Red+Green+Blue) = 121+145+206=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7991CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991CE is #866E31. Grayscale: #909090. Windows color (decimal): -8810034 or 13537657. OLE color: 13537657.

HSL color Cylindrical-coordinate representation of color #7991CE: hue angle of 223.06º 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 #7991CE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121145206-
CMYK0.410.3000.19
HSL223.06º46.45%64.12%-
HSV(B)223.06º41.26%80.78%-
XYZ29.1528.7762.41-
YUV144.78162.55111.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.64%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=25.64%
G=30.72%
B=43.64%

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
Decimal1211452060.410.3000.19223.0646.4564.12
Hex7991CE291E013df2e40
Octal171221316513602333756100
Binary1111001100100011100111010100111110010011110111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7991CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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