Html Css Color HEX #87949C Bali Hai

📋 copy color: '#87949C'

red 135 ◦ green 148 ◦ blue 156

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

Shades of Bali Hai #87949C

Tints of Bali Hai #87949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 30.75%
G = 33.71%
B = 35.54%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87949C (or 0x87949C) is known color: Bali Hai. HEX triplet: 87, 94 and 9C. RGB value is (135,148,156). Sum of RGB (Red+Green+Blue) = 135+148+156=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #87949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87949C is #786B63. Grayscale: #909090. Windows color (decimal): -7891812 or 10261639. OLE color: 10261639.

HSL color Cylindrical-coordinate representation of color #87949C: hue angle of 202.86º degrees, saturation: 0.1, 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 #87949C is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 148 156 -
CMYK 0.13 0.05 0 0.39
HSL 202.86º 0.1% 0.57% -
HSV(B) 202.86º 0.13% 0.61% -
XYZ 26.58 28.73 35.6 -
YUV 145.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 135 148 156 0.13 0.05 0 0.39 202.86 0.1 0.57
Hex 87 94 9C D 5 0 27 CB A 39
Octal 207 224 234 15 5 0 47 313 12 71
Binary 10000111 10010100 10011100 1101 101 0 100111 11001011 1010 111001

Color Harmonies of #87949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87949C

Black with #87949C

Text Example


Text Example

White with #87949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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