#87969D

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

Shades of Bali Hai #87969D

Tints of Bali Hai #87969D

Color information

#87969D (or 0x87969D) is unknown color: approx Bali Hai. HEX triplet: 87, 96 and 9D. RGB value is (135,150,157). Sum of RGB (Red+Green+Blue) = 135+150+157=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #87969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87969D is #786962. Grayscale: #929292. Windows color (decimal): -7891299 or 10327687. OLE color: 10327687.

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

Color convert

RGB135150157-
CMYK0.140.0400.38
HSL199.09º10.09%57.25%-
HSV(B)199.09º14.01%61.57%-
XYZ26.9829.436.15-
YUV146.31134.03119.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.54%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=30.54%
G=33.94%
B=35.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351501570.140.0400.38199.0910.0957.25
Hex87969DE4026c7a39
Octal2072262351640463071271
Binary10000111100101101001110111101000100110110001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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