#7C56CD

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

Shades of Slate Blue #7C56CD

Tints of Slate Blue #7C56CD

Color information

#7C56CD (or 0x7C56CD) is unknown color: approx Slate Blue. HEX triplet: 7C, 56 and CD. RGB value is (124,86,205). Sum of RGB (Red+Green+Blue) = 124+86+205=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C56CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C56CD is #83A932. Grayscale: #6E6E6E. Windows color (decimal): -8628531 or 13457020. OLE color: 13457020.

HSL color Cylindrical-coordinate representation of color #7C56CD: hue angle of 259.16º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C56CD is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12486205-
CMYK0.400.5800.20
HSL259.16º54.34%57.06%-
HSV(B)259.16º58.05%80.39%-
XYZ22.6615.3559.53-
YUV110.93181.09137.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=29.88%
G=20.72%
B=49.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124862050.400.5800.20259.1654.3457.06
Hex7C56CD283A0141033639
Octal17412631550720244036671
Binary1111100101011011001101101000111010010100100000011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C56CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,205); }

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

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

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

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

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

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

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