#7D52D7

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

Shades of Slate Blue #7D52D7

Tints of Slate Blue #7D52D7

Color information

#7D52D7 (or 0x7D52D7) is unknown color: approx Slate Blue. HEX triplet: 7D, 52 and D7. RGB value is (125,82,215). Sum of RGB (Red+Green+Blue) = 125+82+215=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D52D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52D7 is #82AD28. Grayscale: #6D6D6D. Windows color (decimal): -8564009 or 14111357. OLE color: 14111357.

HSL color Cylindrical-coordinate representation of color #7D52D7: hue angle of 259.4º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D52D7 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12582215-
CMYK0.420.6200.16
HSL259.4º62.44%58.24%-
HSV(B)259.4º61.86%84.31%-
XYZ23.7415.365.99-
YUV110.02187.25138.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.62%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 215 (84.38% from 255) = 50.95%
R=29.62%
G=19.43%
B=50.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125822150.420.6200.16259.462.4458.24
Hex7D52D72A3E0101033e3a
Octal17512232752760204037672
Binary1111101101001011010111101010111110010000100000011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D52D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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