Html Css Color HEX #87949B Bali Hai

📋 copy color: '#87949B'

red 135 ◦ green 148 ◦ blue 155

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

Shades of Bali Hai #87949B

Tints of Bali Hai #87949B

RGB

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

 GREEN value IS 148 (58.2% 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 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

#87949B (or 0x87949B) is known color: 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

RGB 135 148 155 -
CMYK 0.13 0.05 0 0.39
HSL 201º 0.09% 0.57% -
HSV(B) 201º 0.13% 0.61% -
XYZ 26.5 28.7 35.15 -
YUV 144.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 135 148 155 0.13 0.05 0 0.39 201 0.09 0.57
Hex 87 94 9B D 5 0 27 C9 9 39
Octal 207 224 233 15 5 0 47 311 11 71
Binary 10000111 10010100 10011011 1101 101 0 100111 11001001 1001 111001

Color Harmonies of #87949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87949B

Black with #87949B

Text Example


Text Example

White with #87949B

Text Example


Text Example

HTML Codes & Css Web 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>