Html Css Color HEX #8895BA Wild Blue Yonder

📋 copy color: '#8895BA'

red 136 ◦ green 149 ◦ blue 186

#8895BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #8895BA

Tints of Wild Blue Yonder #8895BA

RGB

 RED value IS 136 (53.52% from 255) = 28.87%

 GREEN value IS 149 (58.59% from 255) = 31.63%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 28.87%
G = 31.63%
B = 39.49%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8895BA (or 0x8895BA) is known color: Wild Blue Yonder. HEX triplet: 88, 95 and BA. RGB value is (136,149,186). Sum of RGB (Red+Green+Blue) = 136+149+186=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #8895BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895BA is #776A45. Grayscale: #959595. Windows color (decimal): -7825990 or 12227976. OLE color: 12227976.

HSL color Cylindrical-coordinate representation of color #8895BA: hue angle of 224.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8895BA is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 149 186 -
CMYK 0.27 0.20 0 0.27
HSL 224.4º 0.27% 0.63% -
HSV(B) 224.4º 0.27% 0.73% -
XYZ 29.76 30.27 50.73 -
YUV 149.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 136 149 186 0.27 0.20 0 0.27 224.4 0.27 0.63
Hex 88 95 BA 1B 14 0 1B E0 1B 3F
Octal 210 225 272 33 24 0 33 340 33 77
Binary 10001000 10010101 10111010 11011 10100 0 11011 11100000 11011 111111

Color Harmonies of #8895BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895BA

Black with #8895BA

Text Example


Text Example

White with #8895BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8895BA;
 }
 .AnyTagClassName
 {
   color: #8895BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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