#7990CA

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

Shades of Wild Blue Yonder #7990CA

Tints of Wild Blue Yonder #7990CA

Color information

#7990CA (or 0x7990CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 90 and CA. RGB value is (121,144,202). Sum of RGB (Red+Green+Blue) = 121+144+202=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #7990CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990CA is #866F35. Grayscale: #8F8F8F. Windows color (decimal): -8810294 or 13275257. OLE color: 13275257.

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

Color convert

RGB121144202-
CMYK0.400.2900.21
HSL222.96º43.32%63.33%-
HSV(B)222.96º40.1%79.22%-
XYZ28.5228.2859.83-
YUV143.73160.88111.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.91%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=25.91%
G=30.84%
B=43.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211442020.400.2900.21222.9643.3263.33
Hex7990CA281D015df2b3f
Octal17122031250350253375377
Binary111100110010000110010101010001110101010111011111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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