Html Css Color HEX #84939C Bali Hai

📋 copy color: '#84939C'

red 132 ◦ green 147 ◦ blue 156

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

Shades of Bali Hai #84939C

Tints of Bali Hai #84939C

RGB

 RED value IS 132 (51.95% from 255) = 30.34%

 GREEN value IS 147 (57.81% from 255) = 33.79%

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

R = 30.34%
G = 33.79%
B = 35.86%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84939C (or 0x84939C) is known color: Bali Hai. HEX triplet: 84, 93 and 9C. RGB value is (132,147,156). Sum of RGB (Red+Green+Blue) = 132+147+156=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #84939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84939C is #7B6C63. Grayscale: #8F8F8F. Windows color (decimal): -8088676 or 10261380. OLE color: 10261380.

HSL color Cylindrical-coordinate representation of color #84939C: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84939C is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 147 156 -
CMYK 0.15 0.06 0 0.39
HSL 202.5º 0.11% 0.56% -
HSV(B) 202.5º 0.15% 0.61% -
XYZ 25.95 28.17 35.52 -
YUV 143.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 132 147 156 0.15 0.06 0 0.39 202.5 0.11 0.56
Hex 84 93 9C F 6 0 27 CA B 38
Octal 204 223 234 17 6 0 47 312 13 70
Binary 10000100 10010011 10011100 1111 110 0 100111 11001010 1011 111000

Color Harmonies of #84939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84939C

Black with #84939C

Text Example


Text Example

White with #84939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,147,156); }

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

background-color css

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

 a { background-color: rgb(132,147,156); }

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

border-color css

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

 span { border-color: rgb(132,147,156); }

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