#7992CD

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

Shades of Wild Blue Yonder #7992CD

Tints of Wild Blue Yonder #7992CD

Color information

#7992CD (or 0x7992CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 92 and CD. RGB value is (121,146,205). Sum of RGB (Red+Green+Blue) = 121+146+205=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #7992CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992CD is #866D32. Grayscale: #909090. Windows color (decimal): -8809779 or 13472377. OLE color: 13472377.

HSL color Cylindrical-coordinate representation of color #7992CD: hue angle of 222.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7992CD is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121146205-
CMYK0.410.2900.20
HSL222.14º45.65%63.92%-
HSV(B)222.14º40.98%80.39%-
XYZ29.1829.0361.82-
YUV145.25161.72110.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.64%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=25.64%
G=30.93%
B=43.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211462050.410.2900.20222.1445.6563.92
Hex7992CD291D014de2e40
Octal171222315513502433656100
Binary1111001100100101100110110100111101010100110111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7992CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7992CD; }

 p { color: rgb(121,146,205); }

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

<style>
 a { background-color: #7992CD; }

 a { background-color: rgb(121,146,205); }

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

<style>
 span { border-color: #7992CD; }

 span { border-color: rgb(121,146,205); }

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