Html Css Color HEX #8595AA Bali Hai

📋 copy color: '#8595AA'

red 133 ◦ green 149 ◦ blue 170

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

Shades of Bali Hai #8595AA

Tints of Bali Hai #8595AA

RGB

 RED value IS 133 (52.34% from 255) = 29.42%

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 29.42%
G = 32.96%
B = 37.61%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8595AA (or 0x8595AA) is known color: Bali Hai. HEX triplet: 85, 95 and AA. RGB value is (133,149,170). Sum of RGB (Red+Green+Blue) = 133+149+170=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #8595AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8595AA is #7A6A55. Grayscale: #929292. Windows color (decimal): -8022614 or 11179397. OLE color: 11179397.

HSL color Cylindrical-coordinate representation of color #8595AA: hue angle of 214.05º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8595AA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 149 170 -
CMYK 0.22 0.12 0 0.33
HSL 214.05º 0.18% 0.59% -
HSV(B) 214.05º 0.22% 0.67% -
XYZ 27.68 29.38 42.24 -
YUV 146.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 133 149 170 0.22 0.12 0 0.33 214.05 0.18 0.59
Hex 85 95 AA 16 C 0 21 D6 12 3B
Octal 205 225 252 26 14 0 41 326 22 73
Binary 10000101 10010101 10101010 10110 1100 0 100001 11010110 10010 111011

Color Harmonies of #8595AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8595AA

Black with #8595AA

Text Example


Text Example

White with #8595AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8595AA; }

 p { color: rgb(133,149,170); }

 H1.HeaderClassName
 {
   color: #8595AA;
 }
 .AnyTagClassName
 {
   color: #8595AA;
 }
</style>

background-color css

<style>
 a { background-color: #8595AA; }

 a { background-color: rgb(133,149,170); }

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

border-color css

<style>
 span { border-color: #8595AA; }

 span { border-color: rgb(133,149,170); }

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