Html Css Color HEX #8995BA Wild Blue Yonder

📋 copy color: '#8995BA'

red 137 ◦ green 149 ◦ blue 186

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

Shades of Wild Blue Yonder #8995BA

Tints of Wild Blue Yonder #8995BA

RGB

 RED value IS 137 (53.91% from 255) = 29.03%

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

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

R = 29.03%
G = 31.57%
B = 39.41%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8995BA (or 0x8995BA) is known color: Wild Blue Yonder. HEX triplet: 89, 95 and BA. RGB value is (137,149,186). Sum of RGB (Red+Green+Blue) = 137+149+186=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #8995BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995BA is #766A45. Grayscale: #959595. Windows color (decimal): -7760454 or 12227977. OLE color: 12227977.

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

Color convert

RGB 137 149 186 -
CMYK 0.26 0.20 0 0.27
HSL 225.31º 0.26% 0.63% -
HSV(B) 225.31º 0.26% 0.73% -
XYZ 29.93 30.36 50.74 -
YUV 149.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 137 149 186 0.26 0.20 0 0.27 225.31 0.26 0.63
Hex 89 95 BA 1A 14 0 1B E1 1A 3F
Octal 211 225 272 32 24 0 33 341 32 77
Binary 10001001 10010101 10111010 11010 10100 0 11011 11100001 11010 111111

Color Harmonies of #8995BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8995BA

Black with #8995BA

Text Example


Text Example

White with #8995BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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