Html Css Color HEX #87949D Bali Hai

📋 copy color: '#87949D'

red 135 ◦ green 148 ◦ blue 157

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

Shades of Bali Hai #87949D

Tints of Bali Hai #87949D

RGB

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

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

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

R = 30.68%
G = 33.64%
B = 35.68%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87949D (or 0x87949D) is known color: Bali Hai. HEX triplet: 87, 94 and 9D. RGB value is (135,148,157). Sum of RGB (Red+Green+Blue) = 135+148+157=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #87949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87949D is #786B62. Grayscale: #919191. Windows color (decimal): -7891811 or 10327175. OLE color: 10327175.

HSL color Cylindrical-coordinate representation of color #87949D: hue angle of 204.55º 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 #87949D is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 148 157 -
CMYK 0.14 0.06 0 0.38
HSL 204.55º 0.1% 0.57% -
HSV(B) 204.55º 0.14% 0.62% -
XYZ 26.67 28.77 36.04 -
YUV 145.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 135 148 157 0.14 0.06 0 0.38 204.55 0.1 0.57
Hex 87 94 9D E 6 0 26 CD A 39
Octal 207 224 235 16 6 0 46 315 12 71
Binary 10000111 10010100 10011101 1110 110 0 100110 11001101 1010 111001

Color Harmonies of #87949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87949D

Black with #87949D

Text Example


Text Example

White with #87949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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