Html Css Color HEX #8C9EAC Bali Hai

📋 copy color: '#8C9EAC'

red 140 ◦ green 158 ◦ blue 172

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

Shades of Bali Hai #8C9EAC

Tints of Bali Hai #8C9EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 29.79%
G = 33.62%
B = 36.6%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C9EAC (or 0x8C9EAC) is known color: Bali Hai. HEX triplet: 8C, 9E and AC. RGB value is (140,158,172). Sum of RGB (Red+Green+Blue) = 140+158+172=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9EAC is #736153. Grayscale: #9A9A9A. Windows color (decimal): -7561556 or 11312780. OLE color: 11312780.

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

Color convert

RGB 140 158 172 -
CMYK 0.19 0.08 0 0.33
HSL 206.25º 0.16% 0.61% -
HSV(B) 206.25º 0.19% 0.67% -
XYZ 30.49 33.01 43.79 -
YUV 154.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 140 158 172 0.19 0.08 0 0.33 206.25 0.16 0.61
Hex 8C 9E AC 13 8 0 21 CE 10 3D
Octal 214 236 254 23 10 0 41 316 20 75
Binary 10001100 10011110 10101100 10011 1000 0 100001 11001110 10000 111101

Color Harmonies of #8C9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9EAC

Black with #8C9EAC

Text Example


Text Example

White with #8C9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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