Html Css Color HEX #7D8098 Manatee

📋 copy color: '#7D8098'

red 125 ◦ green 128 ◦ blue 152

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

Shades of Manatee #7D8098

Tints of Manatee #7D8098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 30.86%
G = 31.6%
B = 37.53%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7D8098 (or 0x7D8098) is known color: Manatee. HEX triplet: 7D, 80 and 98. RGB value is (125,128,152). Sum of RGB (Red+Green+Blue) = 125+128+152=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D8098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8098 is #827F67. Grayscale: #818181. Windows color (decimal): -8552296 or 9994365. OLE color: 9994365.

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

Color convert

RGB 125 128 152 -
CMYK 0.18 0.16 0 0.40
HSL 233.33º 0.12% 0.54% -
HSV(B) 233.33º 0.18% 0.6% -
XYZ 21.84 22.07 32.81 -
YUV 129.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 125 128 152 0.18 0.16 0 0.40 233.33 0.12 0.54
Hex 7D 80 98 12 10 0 28 E9 C 36
Octal 175 200 230 22 20 0 50 351 14 66
Binary 1111101 10000000 10011000 10010 10000 0 101000 11101001 1100 110110

Color Harmonies of #7D8098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8098

Black with #7D8098

Text Example


Text Example

White with #7D8098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,128,152); }

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

background-color css

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

 a { background-color: rgb(125,128,152); }

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

border-color css

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

 span { border-color: rgb(125,128,152); }

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