Html Css Color HEX #8799AD Bali Hai

📋 copy color: '#8799AD'

red 135 ◦ green 153 ◦ blue 173

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

Shades of Bali Hai #8799AD

Tints of Bali Hai #8799AD

RGB

 RED value IS 135 (53.13% from 255) = 29.28%

 GREEN value IS 153 (60.16% from 255) = 33.19%

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 29.28%
G = 33.19%
B = 37.53%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8799AD (or 0x8799AD) is known color: Bali Hai. HEX triplet: 87, 99 and AD. RGB value is (135,153,173). Sum of RGB (Red+Green+Blue) = 135+153+173=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #8799AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8799AD is #786652. Grayscale: #959595. Windows color (decimal): -7890515 or 11377031. OLE color: 11377031.

HSL color Cylindrical-coordinate representation of color #8799AD: hue angle of 211.58º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8799AD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 153 173 -
CMYK 0.22 0.12 0 0.32
HSL 211.58º 0.19% 0.6% -
HSV(B) 211.58º 0.22% 0.68% -
XYZ 28.93 30.95 43.98 -
YUV 149.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 135 153 173 0.22 0.12 0 0.32 211.58 0.19 0.6
Hex 87 99 AD 16 C 0 20 D4 13 3C
Octal 207 231 255 26 14 0 40 324 23 74
Binary 10000111 10011001 10101101 10110 1100 0 100000 11010100 10011 111100

Color Harmonies of #8799AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799AD

Black with #8799AD

Text Example


Text Example

White with #8799AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8799AD; }

 p { color: rgb(135,153,173); }

 H1.HeaderClassName
 {
   color: #8799AD;
 }
 .AnyTagClassName
 {
   color: #8799AD;
 }
</style>

background-color css

<style>
 a { background-color: #8799AD; }

 a { background-color: rgb(135,153,173); }

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

border-color css

<style>
 span { border-color: #8799AD; }

 span { border-color: rgb(135,153,173); }

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