#7990BA

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

Shades of Wild Blue Yonder #7990BA

Tints of Wild Blue Yonder #7990BA

Color information

#7990BA (or 0x7990BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 90 and BA. RGB value is (121,144,186). Sum of RGB (Red+Green+Blue) = 121+144+186=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #7990BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990BA is #866F45. Grayscale: #8D8D8D. Windows color (decimal): -8810310 or 12226681. OLE color: 12226681.

HSL color Cylindrical-coordinate representation of color #7990BA: hue angle of 218.77º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7990BA is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121144186-
CMYK0.350.2300.27
HSL218.77º32.02%60.2%-
HSV(B)218.77º34.95%72.94%-
XYZ26.7227.5650.36-
YUV141.91152.88113.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.83%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=26.83%
G=31.93%
B=41.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211441860.350.2300.27218.7732.0260.2
Hex7990BA231701Bdb203c
Octal17122027243270333334074
Binary111100110010000101110101000111011101101111011011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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