Html Css Color HEX #8D9EAA Bali Hai

📋 copy color: '#8D9EAA'

red 141 ◦ green 158 ◦ blue 170

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

Shades of Bali Hai #8D9EAA

Tints of Bali Hai #8D9EAA

RGB

 RED value IS 141 (55.47% from 255) = 30.06%

 GREEN value IS 158 (62.11% from 255) = 33.69%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 30.06%
G = 33.69%
B = 36.25%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D9EAA (or 0x8D9EAA) is known color: Bali Hai. HEX triplet: 8D, 9E and AA. RGB value is (141,158,170). Sum of RGB (Red+Green+Blue) = 141+158+170=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9EAA is #726155. Grayscale: #9A9A9A. Windows color (decimal): -7496022 or 11181709. OLE color: 11181709.

HSL color Cylindrical-coordinate representation of color #8D9EAA: hue angle of 204.83º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D9EAA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 158 170 -
CMYK 0.17 0.07 0 0.33
HSL 204.83º 0.15% 0.61% -
HSV(B) 204.83º 0.17% 0.67% -
XYZ 30.47 33.02 42.8 -
YUV 154.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 141 158 170 0.17 0.07 0 0.33 204.83 0.15 0.61
Hex 8D 9E AA 11 7 0 21 CD F 3D
Octal 215 236 252 21 7 0 41 315 17 75
Binary 10001101 10011110 10101010 10001 111 0 100001 11001101 1111 111101

Color Harmonies of #8D9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9EAA

Black with #8D9EAA

Text Example


Text Example

White with #8D9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9EAA; }

 p { color: rgb(141,158,170); }

 H1.HeaderClassName
 {
   color: #8D9EAA;
 }
 .AnyTagClassName
 {
   color: #8D9EAA;
 }
</style>

background-color css

<style>
 a { background-color: #8D9EAA; }

 a { background-color: rgb(141,158,170); }

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

border-color css

<style>
 span { border-color: #8D9EAA; }

 span { border-color: rgb(141,158,170); }

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