#8796BC

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

Shades of Wild Blue Yonder #8796BC

Tints of Wild Blue Yonder #8796BC

Color information

#8796BC (or 0x8796BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 96 and BC. RGB value is (135,150,188). Sum of RGB (Red+Green+Blue) = 135+150+188=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #8796BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796BC is #786943. Grayscale: #959595. Windows color (decimal): -7891268 or 12359303. OLE color: 12359303.

HSL color Cylindrical-coordinate representation of color #8796BC: hue angle of 223.02º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8796BC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135150188-
CMYK0.280.2000.26
HSL223.02º28.34%63.33%-
HSV(B)223.02º28.19%73.73%-
XYZ29.9830.5951.9-
YUV149.85149.53117.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.54%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=28.54%
G=31.71%
B=39.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351501880.280.2000.26223.0228.3463.33
Hex8796BC1C1401Adf1c3f
Octal20722627434240323373477
Binary10000111100101101011110011100101000110101101111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8796BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8796BC; }

 p { color: rgb(135,150,188); }

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

<style>
 a { background-color: #8796BC; }

 a { background-color: rgb(135,150,188); }

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

<style>
 span { border-color: #8796BC; }

 span { border-color: rgb(135,150,188); }

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