#7C52DD

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

Shades of Slate Blue #7C52DD

Tints of Slate Blue #7C52DD

Color information

#7C52DD (or 0x7C52DD) is unknown color: approx Slate Blue. HEX triplet: 7C, 52 and DD. RGB value is (124,82,221). Sum of RGB (Red+Green+Blue) = 124+82+221=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52DD is #83AD22. Grayscale: #6D6D6D. Windows color (decimal): -8629539 or 14504572. OLE color: 14504572.

HSL color Cylindrical-coordinate representation of color #7C52DD: hue angle of 258.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C52DD is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12482221-
CMYK0.440.6300.13
HSL258.13º67.15%59.41%-
HSV(B)258.13º62.9%86.67%-
XYZ24.3815.5470.12-
YUV110.4190.41137.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 82 (32.42% from 255) = 19.20%
BLUE value IS 221 (86.72% from 255) = 51.76%
R=29.04%
G=19.20%
B=51.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124822210.440.6300.13258.1367.1559.41
Hex7C52DD2C3F0D102433b
Octal174122335547701540210373
Binary1111100101001011011101101100111111011011000000101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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