Html Css Color HEX #83999E Bali Hai

📋 copy color: '#83999E'

red 131 ◦ green 153 ◦ blue 158

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

Shades of Bali Hai #83999E

Tints of Bali Hai #83999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 29.64%
G = 34.62%
B = 35.75%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83999E (or 0x83999E) is known color: Bali Hai. HEX triplet: 83, 99 and 9E. RGB value is (131,153,158). Sum of RGB (Red+Green+Blue) = 131+153+158=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #83999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83999E is #7C6661. Grayscale: #929292. Windows color (decimal): -8152674 or 10393987. OLE color: 10393987.

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

Color convert

RGB 131 153 158 -
CMYK 0.17 0.03 0 0.38
HSL 191.11º 0.12% 0.57% -
HSV(B) 191.11º 0.17% 0.62% -
XYZ 26.92 30.08 36.73 -
YUV 146.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 131 153 158 0.17 0.03 0 0.38 191.11 0.12 0.57
Hex 83 99 9E 11 3 0 26 BF C 39
Octal 203 231 236 21 3 0 46 277 14 71
Binary 10000011 10011001 10011110 10001 11 0 100110 10111111 1100 111001

Color Harmonies of #83999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83999E

Black with #83999E

Text Example


Text Example

White with #83999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83999E; }

 p { color: rgb(131,153,158); }

 H1.HeaderClassName
 {
   color: #83999E;
 }
 .AnyTagClassName
 {
   color: #83999E;
 }
</style>

background-color css

<style>
 a { background-color: #83999E; }

 a { background-color: rgb(131,153,158); }

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

border-color css

<style>
 span { border-color: #83999E; }

 span { border-color: rgb(131,153,158); }

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