Html Css Color HEX #7D7D92 Manatee

📋 copy color: '#7D7D92'

red 125 ◦ green 125 ◦ blue 146

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

Shades of Manatee #7D7D92

Tints of Manatee #7D7D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 31.57%
G = 31.57%
B = 36.87%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D7D92 (or 0x7D7D92) is known color: Manatee. HEX triplet: 7D, 7D and 92. RGB value is (125,125,146). Sum of RGB (Red+Green+Blue) = 125+125+146=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D7D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7D92 is #82826D. Grayscale: #7F7F7F. Windows color (decimal): -8553070 or 9600381. OLE color: 9600381.

HSL color Cylindrical-coordinate representation of color #7D7D92: hue angle of 240º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D7D92 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 125 146 -
CMYK 0.14 0.14 0 0.43
HSL 240º 0.09% 0.53% -
HSV(B) 240º 0.14% 0.57% -
XYZ 20.98 21.1 30.16 -
YUV 127.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 125 125 146 0.14 0.14 0 0.43 240 0.09 0.53
Hex 7D 7D 92 E E 0 2B F0 9 35
Octal 175 175 222 16 16 0 53 360 11 65
Binary 1111101 1111101 10010010 1110 1110 0 101011 11110000 1001 110101

Color Harmonies of #7D7D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7D92

Black with #7D7D92

Text Example


Text Example

White with #7D7D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,125,146); }

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

background-color css

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

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

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

border-color css

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

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

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