#7C52CA

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

Shades of Slate Blue #7C52CA

Tints of Slate Blue #7C52CA

Color information

#7C52CA (or 0x7C52CA) is unknown color: approx Slate Blue. HEX triplet: 7C, 52 and CA. RGB value is (124,82,202). Sum of RGB (Red+Green+Blue) = 124+82+202=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52CA is #83AD35. Grayscale: #6B6B6B. Windows color (decimal): -8629558 or 13259388. OLE color: 13259388.

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

Color convert

RGB12482202-
CMYK0.390.5900.21
HSL261º53.1%55.69%-
HSV(B)261º59.41%79.22%-
XYZ21.9914.5857.53-
YUV108.24180.91139.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.39%
GREEN value IS 82 (32.42% from 255) = 20.10%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=30.39%
G=20.10%
B=49.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124822020.390.5900.2126153.155.69
Hex7C52CA273B0151053538
Octal17412231247730254056570
Binary1111100101001011001010100111111011010101100000101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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