Html Css Color HEX #7D7F9E Manatee

📋 copy color: '#7D7F9E'

red 125 ◦ green 127 ◦ blue 158

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

Shades of Manatee #7D7F9E

Tints of Manatee #7D7F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 30.49%
G = 30.98%
B = 38.54%

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

#7D7F9E (or 0x7D7F9E) is known color: Manatee. HEX triplet: 7D, 7F and 9E. RGB value is (125,127,158). Sum of RGB (Red+Green+Blue) = 125+127+158=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D7F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7F9E is #828061. Grayscale: #818181. Windows color (decimal): -8552546 or 10387325. OLE color: 10387325.

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

Color convert

RGB 125 127 158 -
CMYK 0.21 0.20 0 0.38
HSL 236.36º 0.15% 0.55% -
HSV(B) 236.36º 0.21% 0.62% -
XYZ 22.22 22.01 35.42 -
YUV 129.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 125 127 158 0.21 0.20 0 0.38 236.36 0.15 0.55
Hex 7D 7F 9E 15 14 0 26 EC F 37
Octal 175 177 236 25 24 0 46 354 17 67
Binary 1111101 1111111 10011110 10101 10100 0 100110 11101100 1111 110111

Color Harmonies of #7D7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F9E

Black with #7D7F9E

Text Example


Text Example

White with #7D7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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