Html Css Color HEX #87949E Bali Hai

📋 copy color: '#87949E'

red 135 ◦ green 148 ◦ blue 158

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

Shades of Bali Hai #87949E

Tints of Bali Hai #87949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

 BLUE value IS 158 (62.11% from 255) = 35.83%

R = 30.61%
G = 33.56%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87949E (or 0x87949E) is known color: Bali Hai. HEX triplet: 87, 94 and 9E. RGB value is (135,148,158). Sum of RGB (Red+Green+Blue) = 135+148+158=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #87949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87949E is #786B61. Grayscale: #919191. Windows color (decimal): -7891810 or 10392711. OLE color: 10392711.

HSL color Cylindrical-coordinate representation of color #87949E: hue angle of 206.09º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87949E is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 148 158 -
CMYK 0.15 0.06 0 0.38
HSL 206.09º 0.11% 0.57% -
HSV(B) 206.09º 0.15% 0.62% -
XYZ 26.75 28.8 36.5 -
YUV 145.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 135 148 158 0.15 0.06 0 0.38 206.09 0.11 0.57
Hex 87 94 9E F 6 0 26 CE B 39
Octal 207 224 236 17 6 0 46 316 13 71
Binary 10000111 10010100 10011110 1111 110 0 100110 11001110 1011 111001

Color Harmonies of #87949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87949E

Black with #87949E

Text Example


Text Example

White with #87949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87949E; }

 p { color: rgb(135,148,158); }

 H1.HeaderClassName
 {
   color: #87949E;
 }
 .AnyTagClassName
 {
   color: #87949E;
 }
</style>

background-color css

<style>
 a { background-color: #87949E; }

 a { background-color: rgb(135,148,158); }

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

border-color css

<style>
 span { border-color: #87949E; }

 span { border-color: rgb(135,148,158); }

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