Html Css Color HEX #8A9CAC Bali Hai

📋 copy color: '#8A9CAC'

red 138 ◦ green 156 ◦ blue 172

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

Shades of Bali Hai #8A9CAC

Tints of Bali Hai #8A9CAC

RGB

 RED value IS 138 (54.3% from 255) = 29.61%

 GREEN value IS 156 (61.33% from 255) = 33.48%

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

R = 29.61%
G = 33.48%
B = 36.91%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A9CAC (or 0x8A9CAC) is known color: Bali Hai. HEX triplet: 8A, 9C and AC. RGB value is (138,156,172). Sum of RGB (Red+Green+Blue) = 138+156+172=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9CAC is #756353. Grayscale: #989898. Windows color (decimal): -7693140 or 11312266. OLE color: 11312266.

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

Color convert

RGB 138 156 172 -
CMYK 0.20 0.09 0 0.33
HSL 208.24º 0.17% 0.61% -
HSV(B) 208.24º 0.2% 0.67% -
XYZ 29.82 32.16 43.67 -
YUV 152.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 138 156 172 0.20 0.09 0 0.33 208.24 0.17 0.61
Hex 8A 9C AC 14 9 0 21 D0 11 3D
Octal 212 234 254 24 11 0 41 320 21 75
Binary 10001010 10011100 10101100 10100 1001 0 100001 11010000 10001 111101

Color Harmonies of #8A9CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9CAC

Black with #8A9CAC

Text Example


Text Example

White with #8A9CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,156,172); }

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

background-color css

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

 a { background-color: rgb(138,156,172); }

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

border-color css

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

 span { border-color: rgb(138,156,172); }

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