#7C57CA

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

Shades of Slate Blue #7C57CA

Tints of Slate Blue #7C57CA

Color information

#7C57CA (or 0x7C57CA) is unknown color: approx Slate Blue. HEX triplet: 7C, 57 and CA. RGB value is (124,87,202). Sum of RGB (Red+Green+Blue) = 124+87+202=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C57CA is #83A835. Grayscale: #6E6E6E. Windows color (decimal): -8628278 or 13260668. OLE color: 13260668.

HSL color Cylindrical-coordinate representation of color #7C57CA: hue angle of 259.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C57CA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12487202-
CMYK0.390.5700.21
HSL259.3º52.04%56.67%-
HSV(B)259.3º56.93%79.22%-
XYZ22.3815.3757.66-
YUV111.17179.26137.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=30.02%
G=21.07%
B=48.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124872020.390.5700.21259.352.0456.67
Hex7C57CA27390151033439
Octal17412731247710254036471
Binary1111100101011111001010100111111001010101100000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,202); }

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

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

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

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

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

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

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