Html Css Color HEX #87959D Bali Hai

📋 copy color: '#87959D'

red 135 ◦ green 149 ◦ blue 157

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

Shades of Bali Hai #87959D

Tints of Bali Hai #87959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 30.61%
G = 33.79%
B = 35.6%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87959D (or 0x87959D) is known color: Bali Hai. HEX triplet: 87, 95 and 9D. RGB value is (135,149,157). Sum of RGB (Red+Green+Blue) = 135+149+157=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #87959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87959D is #786A62. Grayscale: #919191. Windows color (decimal): -7891555 or 10327431. OLE color: 10327431.

HSL color Cylindrical-coordinate representation of color #87959D: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87959D is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 149 157 -
CMYK 0.14 0.05 0 0.38
HSL 201.82º 0.1% 0.57% -
HSV(B) 201.82º 0.14% 0.62% -
XYZ 26.82 29.08 36.1 -
YUV 145.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 135 149 157 0.14 0.05 0 0.38 201.82 0.1 0.57
Hex 87 95 9D E 5 0 26 CA A 39
Octal 207 225 235 16 5 0 46 312 12 71
Binary 10000111 10010101 10011101 1110 101 0 100110 11001010 1010 111001

Color Harmonies of #87959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87959D

Black with #87959D

Text Example


Text Example

White with #87959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87959D; }

 p { color: rgb(135,149,157); }

 H1.HeaderClassName
 {
   color: #87959D;
 }
 .AnyTagClassName
 {
   color: #87959D;
 }
</style>

background-color css

<style>
 a { background-color: #87959D; }

 a { background-color: rgb(135,149,157); }

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

border-color css

<style>
 span { border-color: #87959D; }

 span { border-color: rgb(135,149,157); }

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