Html Css Color HEX #939499 Manatee

📋 copy color: '#939499'

red 147 ◦ green 148 ◦ blue 153

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

Shades of Manatee #939499

Tints of Manatee #939499

RGB

 RED value IS 147 (57.81% from 255) = 32.81%

 GREEN value IS 148 (58.2% from 255) = 33.04%

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

R = 32.81%
G = 33.04%
B = 34.15%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#939499 (or 0x939499) is known color: Manatee. HEX triplet: 93, 94 and 99. RGB value is (147,148,153). Sum of RGB (Red+Green+Blue) = 147+148+153=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 153 - color contains mainly: blue. Hex color #939499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939499 is #6C6B66. Grayscale: #949494. Windows color (decimal): -7105383 or 10065043. OLE color: 10065043.

HSL color Cylindrical-coordinate representation of color #939499: hue angle of 230º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939499 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 148 153 -
CMYK 0.04 0.03 0 0.4
HSL 230º 0.03% 0.59% -
HSV(B) 230º 0.04% 0.6% -
XYZ 28.37 29.68 34.37 -
YUV 148.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 147 148 153 0.04 0.03 0 0.4 230 0.03 0.59
Hex 93 94 99 4 3 0 28 E6 3 3B
Octal 223 224 231 4 3 0 50 346 3 73
Binary 10010011 10010100 10011001 100 11 0 101000 11100110 11 111011

Color Harmonies of #939499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939499

Black with #939499

Text Example


Text Example

White with #939499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939499; }

 p { color: rgb(147,148,153); }

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

background-color css

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

 a { background-color: rgb(147,148,153); }

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

border-color css

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

 span { border-color: rgb(147,148,153); }

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