#8895BF

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

Shades of Wild Blue Yonder #8895BF

Tints of Wild Blue Yonder #8895BF

Color information

#8895BF (or 0x8895BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 95 and BF. RGB value is (136,149,191). Sum of RGB (Red+Green+Blue) = 136+149+191=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #8895BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895BF is #776A40. Grayscale: #959595. Windows color (decimal): -7825985 or 12555656. OLE color: 12555656.

HSL color Cylindrical-coordinate representation of color #8895BF: hue angle of 225.82º 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 #8895BF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136149191-
CMYK0.290.2200.25
HSL225.82º30.05%64.12%-
HSV(B)225.82º28.8%74.9%-
XYZ30.330.4953.58-
YUV149.9151.19118.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 191 (75% from 255) = 40.13%
R=28.57%
G=31.30%
B=40.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361491910.290.2200.25225.8230.0564.12
Hex8895BF1D16019e21e40
Octal210225277352603134236100
Binary100010001001010110111111111011011001100111100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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