Html Css Color HEX #7F8393 Manatee

📋 copy color: '#7F8393'

red 127 ◦ green 131 ◦ blue 147

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

Shades of Manatee #7F8393

Tints of Manatee #7F8393

RGB

 RED value IS 127 (50% from 255) = 31.36%

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 31.36%
G = 32.35%
B = 36.3%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F8393 (or 0x7F8393) is known color: Manatee. HEX triplet: 7F, 83 and 93. RGB value is (127,131,147). Sum of RGB (Red+Green+Blue) = 127+131+147=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F8393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8393 is #807C6C. Grayscale: #838383. Windows color (decimal): -8420461 or 9667455. OLE color: 9667455.

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

Color convert

RGB 127 131 147 -
CMYK 0.14 0.11 0 0.42
HSL 228º 0.08% 0.54% -
HSV(B) 228º 0.14% 0.58% -
XYZ 22.14 22.85 30.85 -
YUV 131.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 127 131 147 0.14 0.11 0 0.42 228 0.08 0.54
Hex 7F 83 93 E B 0 2A E4 8 36
Octal 177 203 223 16 13 0 52 344 10 66
Binary 1111111 10000011 10010011 1110 1011 0 101010 11100100 1000 110110

Color Harmonies of #7F8393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8393

Black with #7F8393

Text Example


Text Example

White with #7F8393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8393; }

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

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

background-color css

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

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

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

border-color css

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

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

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