Html Css Color HEX #84969D Bali Hai

📋 copy color: '#84969D'

red 132 ◦ green 150 ◦ blue 157

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

Shades of Bali Hai #84969D

Tints of Bali Hai #84969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 30.07%
G = 34.17%
B = 35.76%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84969D (or 0x84969D) is known color: Bali Hai. HEX triplet: 84, 96 and 9D. RGB value is (132,150,157). Sum of RGB (Red+Green+Blue) = 132+150+157=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #84969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84969D is #7B6962. Grayscale: #919191. Windows color (decimal): -8087907 or 10327684. OLE color: 10327684.

HSL color Cylindrical-coordinate representation of color #84969D: hue angle of 196.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84969D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 150 157 -
CMYK 0.16 0.04 0 0.38
HSL 196.8º 0.11% 0.57% -
HSV(B) 196.8º 0.16% 0.62% -
XYZ 26.51 29.15 36.13 -
YUV 145.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 132 150 157 0.16 0.04 0 0.38 196.8 0.11 0.57
Hex 84 96 9D 10 4 0 26 C5 B 39
Octal 204 226 235 20 4 0 46 305 13 71
Binary 10000100 10010110 10011101 10000 100 0 100110 11000101 1011 111001

Color Harmonies of #84969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84969D

Black with #84969D

Text Example


Text Example

White with #84969D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84969D;
 }
 .AnyTagClassName
 {
   color: #84969D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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