Html Css Color HEX #8095AC Bali Hai

📋 copy color: '#8095AC'

red 128 ◦ green 149 ◦ blue 172

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

Shades of Bali Hai #8095AC

Tints of Bali Hai #8095AC

RGB

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

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

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

R = 28.51%
G = 33.18%
B = 38.31%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8095AC (or 0x8095AC) is known color: Bali Hai. HEX triplet: 80, 95 and AC. RGB value is (128,149,172). Sum of RGB (Red+Green+Blue) = 128+149+172=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #8095AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8095AC is #7F6A53. Grayscale: #919191. Windows color (decimal): -8350292 or 11310464. OLE color: 11310464.

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

Color convert

RGB 128 149 172 -
CMYK 0.26 0.13 0 0.33
HSL 211.36º 0.21% 0.59% -
HSV(B) 211.36º 0.26% 0.67% -
XYZ 27.1 29.06 43.21 -
YUV 145.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 128 149 172 0.26 0.13 0 0.33 211.36 0.21 0.59
Hex 80 95 AC 1A D 0 21 D3 15 3B
Octal 200 225 254 32 15 0 41 323 25 73
Binary 10000000 10010101 10101100 11010 1101 0 100001 11010011 10101 111011

Color Harmonies of #8095AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8095AC

Black with #8095AC

Text Example


Text Example

White with #8095AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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