Html Css Color HEX #7C7C93 Manatee

📋 copy color: '#7C7C93'

red 124 ◦ green 124 ◦ blue 147

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

Shades of Manatee #7C7C93

Tints of Manatee #7C7C93

RGB

 RED value IS 124 (48.83% from 255) = 31.39%

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 147 (57.81% from 255) = 37.22%

R = 31.39%
G = 31.39%
B = 37.22%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C7C93 (or 0x7C7C93) is known color: Manatee. HEX triplet: 7C, 7C and 93. RGB value is (124,124,147). Sum of RGB (Red+Green+Blue) = 124+124+147=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C7C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7C93 is #83836C. Grayscale: #7E7E7E. Windows color (decimal): -8618861 or 9665660. OLE color: 9665660.

HSL color Cylindrical-coordinate representation of color #7C7C93: hue angle of 240º 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 #7C7C93 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 124 147 -
CMYK 0.16 0.16 0 0.42
HSL 240º 0.1% 0.53% -
HSV(B) 240º 0.16% 0.58% -
XYZ 20.79 20.81 30.52 -
YUV 126.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 124 124 147 0.16 0.16 0 0.42 240 0.1 0.53
Hex 7C 7C 93 10 10 0 2A F0 A 35
Octal 174 174 223 20 20 0 52 360 12 65
Binary 1111100 1111100 10010011 10000 10000 0 101010 11110000 1010 110101

Color Harmonies of #7C7C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7C93

Black with #7C7C93

Text Example


Text Example

White with #7C7C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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