#7996BB

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

Shades of Wild Blue Yonder #7996BB

Tints of Wild Blue Yonder #7996BB

Color information

#7996BB (or 0x7996BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 96 and BB. RGB value is (121,150,187). Sum of RGB (Red+Green+Blue) = 121+150+187=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #7996BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996BB is #866944. Grayscale: #919191. Windows color (decimal): -8808773 or 12293753. OLE color: 12293753.

HSL color Cylindrical-coordinate representation of color #7996BB: hue angle of 213.64º degrees, saturation: 0.33, 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 #7996BB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121150187-
CMYK0.350.2000.27
HSL213.64º32.67%60.39%-
HSV(B)213.64º35.29%73.33%-
XYZ27.7629.4751.24-
YUV145.55151.39110.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.42%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=26.42%
G=32.75%
B=40.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211501870.350.2000.27213.6432.6760.39
Hex7996BB231401Bd6213c
Octal17122627343240333264174
Binary111100110010110101110111000111010001101111010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7996BB; }

 p { color: rgb(121,150,187); }

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

<style>
 a { background-color: #7996BB; }

 a { background-color: rgb(121,150,187); }

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

<style>
 span { border-color: #7996BB; }

 span { border-color: rgb(121,150,187); }

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