#7992BD

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

Shades of Wild Blue Yonder #7992BD

Tints of Wild Blue Yonder #7992BD

Color information

#7992BD (or 0x7992BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 92 and BD. RGB value is (121,146,189). Sum of RGB (Red+Green+Blue) = 121+146+189=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #7992BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992BD is #866D42. Grayscale: #8F8F8F. Windows color (decimal): -8809795 or 12423801. OLE color: 12423801.

HSL color Cylindrical-coordinate representation of color #7992BD: hue angle of 217.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7992BD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121146189-
CMYK0.360.2300.26
HSL217.94º34%60.78%-
HSV(B)217.94º35.98%74.12%-
XYZ27.3528.352.16-
YUV143.43153.72112-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=26.54%
G=32.02%
B=41.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211461890.360.2300.26217.943460.78
Hex7992BD241701Ada223d
Octal17122227544270323324275
Binary111100110010010101111011001001011101101011011010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7992BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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