#8895BC

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

Shades of Wild Blue Yonder #8895BC

Tints of Wild Blue Yonder #8895BC

Color information

#8895BC (or 0x8895BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 95 and BC. RGB value is (136,149,188). Sum of RGB (Red+Green+Blue) = 136+149+188=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 149 (58.59% from 255 or 31.50% 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 #8895BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895BC is #776A43. Grayscale: #959595. Windows color (decimal): -7825988 or 12359048. OLE color: 12359048.

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

Color convert

RGB136149188-
CMYK0.280.2100.26
HSL225º27.96%63.53%-
HSV(B)225º27.66%73.73%-
XYZ29.9830.3651.86-
YUV149.56149.69118.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.75%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=28.75%
G=31.50%
B=39.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361491880.280.2100.2622527.9663.53
Hex8895BC1C1501Ae11c40
Octal210225274342503234134100
Binary100010001001010110111100111001010101101011100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,149,188); }

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

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

 a { background-color: rgb(136,149,188); }

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

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

 span { border-color: rgb(136,149,188); }

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