#7D52DD

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

Shades of Slate Blue #7D52DD

Tints of Slate Blue #7D52DD

Color information

#7D52DD (or 0x7D52DD) is unknown color: approx Slate Blue. HEX triplet: 7D, 52 and DD. RGB value is (125,82,221). Sum of RGB (Red+Green+Blue) = 125+82+221=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52DD is #82AD22. Grayscale: #6E6E6E. Windows color (decimal): -8564003 or 14504573. OLE color: 14504573.

HSL color Cylindrical-coordinate representation of color #7D52DD: hue angle of 258.56º 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 #7D52DD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12582221-
CMYK0.430.6300.13
HSL258.56º67.15%59.41%-
HSV(B)258.56º62.9%86.67%-
XYZ24.5315.6270.13-
YUV110.7190.25138.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.21%
GREEN value IS 82 (32.42% from 255) = 19.16%
BLUE value IS 221 (86.72% from 255) = 51.64%
R=29.21%
G=19.16%
B=51.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125822210.430.6300.13258.5667.1559.41
Hex7D52DD2B3F0D103433b
Octal175122335537701540310373
Binary1111101101001011011101101011111111011011000000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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