Html Css Color HEX #7D8199 Manatee

📋 copy color: '#7D8199'

red 125 ◦ green 129 ◦ blue 153

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

Shades of Manatee #7D8199

Tints of Manatee #7D8199

RGB

 RED value IS 125 (49.22% from 255) = 30.71%

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

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

R = 30.71%
G = 31.7%
B = 37.59%

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

#7D8199 (or 0x7D8199) is known color: Manatee. HEX triplet: 7D, 81 and 99. RGB value is (125,129,153). Sum of RGB (Red+Green+Blue) = 125+129+153=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8199 is #827E66. Grayscale: #828282. Windows color (decimal): -8552039 or 10060157. OLE color: 10060157.

HSL color Cylindrical-coordinate representation of color #7D8199: hue angle of 231.43º 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 #7D8199 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 129 153 -
CMYK 0.18 0.16 0 0.4
HSL 231.43º 0.12% 0.55% -
HSV(B) 231.43º 0.18% 0.6% -
XYZ 22.06 22.36 33.29 -
YUV 130.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 125 129 153 0.18 0.16 0 0.4 231.43 0.12 0.55
Hex 7D 81 99 12 10 0 28 E7 C 37
Octal 175 201 231 22 20 0 50 347 14 67
Binary 1111101 10000001 10011001 10010 10000 0 101000 11100111 1100 110111

Color Harmonies of #7D8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8199

Black with #7D8199

Text Example


Text Example

White with #7D8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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