Html Css Color HEX #838493 Manatee

📋 copy color: '#838493'

red 131 ◦ green 132 ◦ blue 147

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

Shades of Manatee #838493

Tints of Manatee #838493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

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

R = 31.95%
G = 32.2%
B = 35.85%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838493 (or 0x838493) is known color: Manatee. HEX triplet: 83, 84 and 93. RGB value is (131,132,147). Sum of RGB (Red+Green+Blue) = 131+132+147=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #838493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838493 is #7C7B6C. Grayscale: #858585. Windows color (decimal): -8158061 or 9667715. OLE color: 9667715.

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

Color convert

RGB 131 132 147 -
CMYK 0.11 0.10 0 0.42
HSL 236.25º 0.07% 0.55% -
HSV(B) 236.25º 0.11% 0.58% -
XYZ 22.88 23.43 30.92 -
YUV 133.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 131 132 147 0.11 0.10 0 0.42 236.25 0.07 0.55
Hex 83 84 93 B A 0 2A EC 7 37
Octal 203 204 223 13 12 0 52 354 7 67
Binary 10000011 10000100 10010011 1011 1010 0 101010 11101100 111 110111

Color Harmonies of #838493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838493

Black with #838493

Text Example


Text Example

White with #838493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838493; }

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

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

background-color css

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

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

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

border-color css

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

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

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