#7C7D93

Color #7C7D93 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #7C7D93

Tints of Manatee #7C7D93

Color information

#7C7D93 (or 0x7C7D93) is unknown color: approx Manatee. HEX triplet: 7C, 7D and 93. RGB value is (124,125,147). Sum of RGB (Red+Green+Blue) = 124+125+147=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C7D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7D93 is #83826C. Grayscale: #7F7F7F. Windows color (decimal): -8618605 or 9665916. OLE color: 9665916.

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

Color convert

RGB124125147-
CMYK0.160.1500.42
HSL237.39º9.62%53.14%-
HSV(B)237.39º15.65%57.65%-
XYZ20.9121.0630.57-
YUV127.21139.17125.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.31%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=31.31%
G=31.57%
B=37.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241251470.160.1500.42237.399.6253.14
Hex7C7D9310F02Aeda35
Octal17417522320170523551265
Binary11111001111101100100111000011110101010111011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,125,147); }

 H1.HeaderClassName
 {
   color: #7C7D93;
 }
 .AnyTagClassName
 {
   color: #7C7D93;
 }
</style>
background-color css

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

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

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

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

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

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