#87949B

Color #87949B Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #87949B

Tints of Bali Hai #87949B

Color information

#87949B (or 0x87949B) is unknown color: approx Bali Hai. HEX triplet: 87, 94 and 9B. RGB value is (135,148,155). Sum of RGB (Red+Green+Blue) = 135+148+155=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #87949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87949B is #786B64. Grayscale: #909090. Windows color (decimal): -7891813 or 10196103. OLE color: 10196103.

HSL color Cylindrical-coordinate representation of color #87949B: hue angle of 201º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87949B is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135148155-
CMYK0.130.0500.39
HSL201º9.09%56.86%-
HSV(B)201º12.9%60.78%-
XYZ26.528.735.15-
YUV144.91133.69120.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.82%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=30.82%
G=33.79%
B=35.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351481550.130.0500.392019.0956.86
Hex87949BD5027c9939
Octal2072242331550473111171
Binary10000111100101001001101111011010100111110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87949B;
 }
 .AnyTagClassName
 {
   color: #87949B;
 }
</style>
background-color css

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

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

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

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

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

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