Html Css Color HEX #7E8295 Manatee

📋 copy color: '#7E8295'

red 126 ◦ green 130 ◦ blue 149

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

Shades of Manatee #7E8295

Tints of Manatee #7E8295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 31.11%
G = 32.1%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E8295 (or 0x7E8295) is known color: Manatee. HEX triplet: 7E, 82 and 95. RGB value is (126,130,149). Sum of RGB (Red+Green+Blue) = 126+130+149=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E8295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8295 is #817D6A. Grayscale: #828282. Windows color (decimal): -8486251 or 9798270. OLE color: 9798270.

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

Color convert

RGB 126 130 149 -
CMYK 0.15 0.13 0 0.42
HSL 229.57º 0.1% 0.54% -
HSV(B) 229.57º 0.15% 0.58% -
XYZ 22.01 22.57 31.63 -
YUV 130.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 126 130 149 0.15 0.13 0 0.42 229.57 0.1 0.54
Hex 7E 82 95 F D 0 2A E6 A 36
Octal 176 202 225 17 15 0 52 346 12 66
Binary 1111110 10000010 10010101 1111 1101 0 101010 11100110 1010 110110

Color Harmonies of #7E8295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8295

Black with #7E8295

Text Example


Text Example

White with #7E8295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,130,149); }

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

background-color css

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

 a { background-color: rgb(126,130,149); }

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

border-color css

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

 span { border-color: rgb(126,130,149); }

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