#7542D9

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

Shades of Slate Blue #7542D9

Tints of Slate Blue #7542D9

Color information

#7542D9 (or 0x7542D9) is unknown color: approx Slate Blue. HEX triplet: 75, 42 and D9. RGB value is (117,66,217). Sum of RGB (Red+Green+Blue) = 117+66+217=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #7542D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7542D9 is #8ABD26. Grayscale: #616161. Windows color (decimal): -9092391 or 14238325. OLE color: 14238325.

HSL color Cylindrical-coordinate representation of color #7542D9: hue angle of 260.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7542D9 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11766217-
CMYK0.460.7000.15
HSL260.26º66.52%55.49%-
HSV(B)260.26º69.59%85.1%-
XYZ21.8112.6966.95-
YUV98.46194.9141.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 217 (85.16% from 255) = 54.25%
R=29.25%
G=16.5%
B=54.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117662170.460.7000.15260.2666.5255.49
Hex7542D92E460F1044337
Octal1651023315610601740410367
Binary11101011000010110110011011101000110011111000001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7542D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7542D9; }

 p { color: rgb(117,66,217); }

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

<style>
 a { background-color: #7542D9; }

 a { background-color: rgb(117,66,217); }

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

<style>
 span { border-color: #7542D9; }

 span { border-color: rgb(117,66,217); }

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