Html Css Color HEX #7E8199 Manatee

📋 copy color: '#7E8199'

red 126 ◦ green 129 ◦ blue 153

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

Shades of Manatee #7E8199

Tints of Manatee #7E8199

RGB

 RED value IS 126 (49.61% from 255) = 30.88%

 GREEN value IS 129 (50.78% from 255) = 31.62%

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

R = 30.88%
G = 31.62%
B = 37.5%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7E8199 (or 0x7E8199) is known color: Manatee. HEX triplet: 7E, 81 and 99. RGB value is (126,129,153). Sum of RGB (Red+Green+Blue) = 126+129+153=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8199 is #817E66. Grayscale: #828282. Windows color (decimal): -8486503 or 10060158. OLE color: 10060158.

HSL color Cylindrical-coordinate representation of color #7E8199: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E8199 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 126 129 153 -
CMYK 0.18 0.16 0 0.4
HSL 233.33º 0.12% 0.55% -
HSV(B) 233.33º 0.18% 0.6% -
XYZ 22.2 22.44 33.3 -
YUV 130.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 126 129 153 0.18 0.16 0 0.4 233.33 0.12 0.55
Hex 7E 81 99 12 10 0 28 E9 C 37
Octal 176 201 231 22 20 0 50 351 14 67
Binary 1111110 10000001 10011001 10010 10000 0 101000 11101001 1100 110111

Color Harmonies of #7E8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8199

Black with #7E8199

Text Example


Text Example

White with #7E8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,129,153); }

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

background-color css

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

 a { background-color: rgb(126,129,153); }

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

border-color css

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

 span { border-color: rgb(126,129,153); }

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