#7090C9

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

Shades of Wild Blue Yonder #7090C9

Tints of Wild Blue Yonder #7090C9

Color information

#7090C9 (or 0x7090C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 90 and C9. RGB value is (112,144,201). Sum of RGB (Red+Green+Blue) = 112+144+201=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #7090C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090C9 is #8F6F36. Grayscale: #8C8C8C. Windows color (decimal): -9400119 or 13209712. OLE color: 13209712.

HSL color Cylindrical-coordinate representation of color #7090C9: hue angle of 218.43º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7090C9 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112144201-
CMYK0.440.2800.21
HSL218.43º45.18%61.37%-
HSV(B)218.43º44.28%78.82%-
XYZ27.227.6159.15-
YUV140.93161.9107.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 201 (78.91% from 255) = 43.98%
R=24.51%
G=31.51%
B=43.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121442010.440.2800.21218.4345.1861.37
Hex7090C92C1C015da2d3d
Octal16022031154340253325575
Binary111000010010000110010011011001110001010111011010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7090C9; }

 p { color: rgb(112,144,201); }

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

<style>
 a { background-color: #7090C9; }

 a { background-color: rgb(112,144,201); }

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

<style>
 span { border-color: #7090C9; }

 span { border-color: rgb(112,144,201); }

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