#8796BE

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

Shades of Wild Blue Yonder #8796BE

Tints of Wild Blue Yonder #8796BE

Color information

#8796BE (or 0x8796BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 96 and BE. RGB value is (135,150,190). Sum of RGB (Red+Green+Blue) = 135+150+190=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #8796BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796BE is #786941. Grayscale: #959595. Windows color (decimal): -7891266 or 12490375. OLE color: 12490375.

HSL color Cylindrical-coordinate representation of color #8796BE: hue angle of 223.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8796BE is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135150190-
CMYK0.290.2100.25
HSL223.64º29.73%63.73%-
HSV(B)223.64º28.95%74.51%-
XYZ30.1930.6853.05-
YUV150.07150.53117.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 190 (74.61% from 255) = 40%
R=28.42%
G=31.58%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351501900.290.2100.25223.6429.7363.73
Hex8796BE1D15019e01e40
Octal207226276352503134036100
Binary100001111001011010111110111011010101100111100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8796BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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