Html Css Color HEX #839099 Light Slate Grey

📋 copy color: '#839099'

red 131 ◦ green 144 ◦ blue 153

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

Shades of Light Slate Grey #839099

Tints of Light Slate Grey #839099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 30.61%
G = 33.64%
B = 35.75%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#839099 (or 0x839099) is known color: Light Slate Grey. HEX triplet: 83, 90 and 99. RGB value is (131,144,153). Sum of RGB (Red+Green+Blue) = 131+144+153=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #839099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839099 is #7C6F66. Grayscale: #8D8D8D. Windows color (decimal): -8154983 or 10064003. OLE color: 10064003.

HSL color Cylindrical-coordinate representation of color #839099: hue angle of 204.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839099 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 144 153 -
CMYK 0.14 0.06 0 0.4
HSL 204.55º 0.1% 0.56% -
HSV(B) 204.55º 0.14% 0.6% -
XYZ 25.08 27.07 34.04 -
YUV 141.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 131 144 153 0.14 0.06 0 0.4 204.55 0.1 0.56
Hex 83 90 99 E 6 0 28 CD A 38
Octal 203 220 231 16 6 0 50 315 12 70
Binary 10000011 10010000 10011001 1110 110 0 101000 11001101 1010 111000

Color Harmonies of #839099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839099

Black with #839099

Text Example


Text Example

White with #839099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839099; }

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

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

background-color css

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

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

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

border-color css

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

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

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