Html Css Color HEX #838294 Grey Suit

📋 copy color: '#838294'

red 131 ◦ green 130 ◦ blue 148

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

Shades of Grey Suit #838294

Tints of Grey Suit #838294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 32.03%
G = 31.78%
B = 36.19%

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

#838294 (or 0x838294) is known color: Grey Suit. HEX triplet: 83, 82 and 94. RGB value is (131,130,148). Sum of RGB (Red+Green+Blue) = 131+130+148=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #838294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838294 is #7C7D6B. Grayscale: #848484. Windows color (decimal): -8158572 or 9732739. OLE color: 9732739.

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

Color convert

RGB 131 130 148 -
CMYK 0.11 0.12 0 0.42
HSL 243.33º 0.08% 0.55% -
HSV(B) 243.33º 0.12% 0.58% -
XYZ 22.69 22.93 31.25 -
YUV 132.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 131 130 148 0.11 0.12 0 0.42 243.33 0.08 0.55
Hex 83 82 94 B C 0 2A F3 8 37
Octal 203 202 224 13 14 0 52 363 10 67
Binary 10000011 10000010 10010100 1011 1100 0 101010 11110011 1000 110111

Color Harmonies of #838294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838294

Black with #838294

Text Example


Text Example

White with #838294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838294; }

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

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

background-color css

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

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

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

border-color css

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

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

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