Html Css Color HEX #8A9EAB Bali Hai

📋 copy color: '#8A9EAB'

red 138 ◦ green 158 ◦ blue 171

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

Shades of Bali Hai #8A9EAB

Tints of Bali Hai #8A9EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 29.55%
G = 33.83%
B = 36.62%

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

#8A9EAB (or 0x8A9EAB) is known color: Bali Hai. HEX triplet: 8A, 9E and AB. RGB value is (138,158,171). Sum of RGB (Red+Green+Blue) = 138+158+171=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A9EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9EAB is #756154. Grayscale: #999999. Windows color (decimal): -7692629 or 11247242. OLE color: 11247242.

HSL color Cylindrical-coordinate representation of color #8A9EAB: hue angle of 203.64º 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 #8A9EAB is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 158 171 -
CMYK 0.19 0.08 0 0.33
HSL 203.64º 0.16% 0.61% -
HSV(B) 203.64º 0.19% 0.67% -
XYZ 30.06 32.8 43.27 -
YUV 153.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 138 158 171 0.19 0.08 0 0.33 203.64 0.16 0.61
Hex 8A 9E AB 13 8 0 21 CC 10 3D
Octal 212 236 253 23 10 0 41 314 20 75
Binary 10001010 10011110 10101011 10011 1000 0 100001 11001100 10000 111101

Color Harmonies of #8A9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9EAB

Black with #8A9EAB

Text Example


Text Example

White with #8A9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,158,171); }

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

background-color css

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

 a { background-color: rgb(138,158,171); }

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

border-color css

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

 span { border-color: rgb(138,158,171); }

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