Html Css Color HEX #83969D Bali Hai

📋 copy color: '#83969D'

red 131 ◦ green 150 ◦ blue 157

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

Shades of Bali Hai #83969D

Tints of Bali Hai #83969D

RGB

 RED value IS 131 (51.56% from 255) = 29.91%

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

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

R = 29.91%
G = 34.25%
B = 35.84%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83969D (or 0x83969D) is known color: Bali Hai. HEX triplet: 83, 96 and 9D. RGB value is (131,150,157). Sum of RGB (Red+Green+Blue) = 131+150+157=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #83969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83969D is #7C6962. Grayscale: #919191. Windows color (decimal): -8153443 or 10327683. OLE color: 10327683.

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

Color convert

RGB 131 150 157 -
CMYK 0.17 0.04 0 0.38
HSL 196.15º 0.12% 0.56% -
HSV(B) 196.15º 0.17% 0.62% -
XYZ 26.35 29.07 36.12 -
YUV 145.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 131 150 157 0.17 0.04 0 0.38 196.15 0.12 0.56
Hex 83 96 9D 11 4 0 26 C4 C 38
Octal 203 226 235 21 4 0 46 304 14 70
Binary 10000011 10010110 10011101 10001 100 0 100110 11000100 1100 111000

Color Harmonies of #83969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83969D

Black with #83969D

Text Example


Text Example

White with #83969D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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