Html Css Color HEX #838293 Grey Suit

📋 copy color: '#838293'

red 131 ◦ green 130 ◦ blue 147

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

Shades of Grey Suit #838293

Tints of Grey Suit #838293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 32.11%
G = 31.86%
B = 36.03%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838293 (or 0x838293) is known color: Grey Suit. HEX triplet: 83, 82 and 93. RGB value is (131,130,147). Sum of RGB (Red+Green+Blue) = 131+130+147=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #838293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838293 is #7C7D6C. Grayscale: #848484. Windows color (decimal): -8158573 or 9667203. OLE color: 9667203.

HSL color Cylindrical-coordinate representation of color #838293: hue angle of 243.53º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838293 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 130 147 -
CMYK 0.11 0.12 0 0.42
HSL 243.53º 0.07% 0.54% -
HSV(B) 243.53º 0.12% 0.58% -
XYZ 22.61 22.9 30.83 -
YUV 132.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 131 130 147 0.11 0.12 0 0.42 243.53 0.07 0.54
Hex 83 82 93 B C 0 2A F4 7 36
Octal 203 202 223 13 14 0 52 364 7 66
Binary 10000011 10000010 10010011 1011 1100 0 101010 11110100 111 110110

Color Harmonies of #838293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838293

Black with #838293

Text Example


Text Example

White with #838293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838293; }

 p { color: rgb(131,130,147); }

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

background-color css

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

 a { background-color: rgb(131,130,147); }

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

border-color css

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

 span { border-color: rgb(131,130,147); }

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