Html Css Color HEX #8C9EAA Bali Hai

📋 copy color: '#8C9EAA'

red 140 ◦ green 158 ◦ blue 170

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

Shades of Bali Hai #8C9EAA

Tints of Bali Hai #8C9EAA

RGB

 RED value IS 140 (55.08% from 255) = 29.91%

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

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

R = 29.91%
G = 33.76%
B = 36.32%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C9EAA (or 0x8C9EAA) is known color: Bali Hai. HEX triplet: 8C, 9E and AA. RGB value is (140,158,170). Sum of RGB (Red+Green+Blue) = 140+158+170=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9EAA is #736155. Grayscale: #999999. Windows color (decimal): -7561558 or 11181708. OLE color: 11181708.

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

Color convert

RGB 140 158 170 -
CMYK 0.18 0.07 0 0.33
HSL 204º 0.15% 0.61% -
HSV(B) 204º 0.18% 0.67% -
XYZ 30.3 32.93 42.79 -
YUV 153.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 140 158 170 0.18 0.07 0 0.33 204 0.15 0.61
Hex 8C 9E AA 12 7 0 21 CC F 3D
Octal 214 236 252 22 7 0 41 314 17 75
Binary 10001100 10011110 10101010 10010 111 0 100001 11001100 1111 111101

Color Harmonies of #8C9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9EAA

Black with #8C9EAA

Text Example


Text Example

White with #8C9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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