#7992BA

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

Shades of Wild Blue Yonder #7992BA

Tints of Wild Blue Yonder #7992BA

Color information

#7992BA (or 0x7992BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 92 and BA. RGB value is (121,146,186). Sum of RGB (Red+Green+Blue) = 121+146+186=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #7992BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992BA is #866D45. Grayscale: #8E8E8E. Windows color (decimal): -8809798 or 12227193. OLE color: 12227193.

HSL color Cylindrical-coordinate representation of color #7992BA: hue angle of 216.92º 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 #7992BA is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121146186-
CMYK0.350.2200.27
HSL216.92º32.02%60.2%-
HSV(B)216.92º34.95%72.94%-
XYZ27.0328.1750.47-
YUV143.08152.22112.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.71%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=26.71%
G=32.23%
B=41.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211461860.350.2200.27216.9232.0260.2
Hex7992BA231601Bd9203c
Octal17122227243260333314074
Binary111100110010010101110101000111011001101111011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7992BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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