Html Css Color HEX #8095AB Bali Hai

📋 copy color: '#8095AB'

red 128 ◦ green 149 ◦ blue 171

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

Shades of Bali Hai #8095AB

Tints of Bali Hai #8095AB

RGB

 RED value IS 128 (50.39% from 255) = 28.57%

 GREEN value IS 149 (58.59% from 255) = 33.26%

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

R = 28.57%
G = 33.26%
B = 38.17%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8095AB (or 0x8095AB) is known color: Bali Hai. HEX triplet: 80, 95 and AB. RGB value is (128,149,171). Sum of RGB (Red+Green+Blue) = 128+149+171=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #8095AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8095AB is #7F6A54. Grayscale: #919191. Windows color (decimal): -8350293 or 11244928. OLE color: 11244928.

HSL color Cylindrical-coordinate representation of color #8095AB: hue angle of 210.7º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8095AB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 149 171 -
CMYK 0.25 0.13 0 0.33
HSL 210.7º 0.2% 0.59% -
HSV(B) 210.7º 0.25% 0.67% -
XYZ 27 29.02 42.71 -
YUV 145.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 128 149 171 0.25 0.13 0 0.33 210.7 0.2 0.59
Hex 80 95 AB 19 D 0 21 D3 14 3B
Octal 200 225 253 31 15 0 41 323 24 73
Binary 10000000 10010101 10101011 11001 1101 0 100001 11010011 10100 111011

Color Harmonies of #8095AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8095AB

Black with #8095AB

Text Example


Text Example

White with #8095AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8095AB; }

 p { color: rgb(128,149,171); }

 H1.HeaderClassName
 {
   color: #8095AB;
 }
 .AnyTagClassName
 {
   color: #8095AB;
 }
</style>

background-color css

<style>
 a { background-color: #8095AB; }

 a { background-color: rgb(128,149,171); }

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

border-color css

<style>
 span { border-color: #8095AB; }

 span { border-color: rgb(128,149,171); }

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