Html Css Color HEX #7D7F9F Manatee

📋 copy color: '#7D7F9F'

red 125 ◦ green 127 ◦ blue 159

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

Shades of Manatee #7D7F9F

Tints of Manatee #7D7F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 30.41%
G = 30.9%
B = 38.69%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D7F9F (or 0x7D7F9F) is known color: Manatee. HEX triplet: 7D, 7F and 9F. RGB value is (125,127,159). Sum of RGB (Red+Green+Blue) = 125+127+159=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D7F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7F9F is #828060. Grayscale: #818181. Windows color (decimal): -8552545 or 10452861. OLE color: 10452861.

HSL color Cylindrical-coordinate representation of color #7D7F9F: hue angle of 236.47º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D7F9F is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 127 159 -
CMYK 0.21 0.20 0 0.38
HSL 236.47º 0.15% 0.56% -
HSV(B) 236.47º 0.21% 0.62% -
XYZ 22.3 22.04 35.88 -
YUV 130.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 125 127 159 0.21 0.20 0 0.38 236.47 0.15 0.56
Hex 7D 7F 9F 15 14 0 26 EC F 38
Octal 175 177 237 25 24 0 46 354 17 70
Binary 1111101 1111111 10011111 10101 10100 0 100110 11101100 1111 111000

Color Harmonies of #7D7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F9F

Black with #7D7F9F

Text Example


Text Example

White with #7D7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,127,159); }

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

background-color css

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

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

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

border-color css

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

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

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