#7990CD

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

Shades of Wild Blue Yonder #7990CD

Tints of Wild Blue Yonder #7990CD

Color information

#7990CD (or 0x7990CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 90 and CD. RGB value is (121,144,205). Sum of RGB (Red+Green+Blue) = 121+144+205=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #7990CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990CD is #866F32. Grayscale: #8F8F8F. Windows color (decimal): -8810291 or 13471865. OLE color: 13471865.

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

Color convert

RGB121144205-
CMYK0.410.3000.20
HSL223.57º45.65%63.92%-
HSV(B)223.57º40.98%80.39%-
XYZ28.8828.4261.72-
YUV144.08162.38111.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.74%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=25.74%
G=30.64%
B=43.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211442050.410.3000.20223.5745.6563.92
Hex7990CD291E014e02e40
Octal171220315513602434056100
Binary1111001100100001100110110100111110010100111000001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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