#7548CA

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

Shades of Slate Blue #7548CA

Tints of Slate Blue #7548CA

Color information

#7548CA (or 0x7548CA) is unknown color: approx Slate Blue. HEX triplet: 75, 48 and CA. RGB value is (117,72,202). Sum of RGB (Red+Green+Blue) = 117+72+202=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #7548CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548CA is #8AB735. Grayscale: #636363. Windows color (decimal): -9090870 or 13256821. OLE color: 13256821.

HSL color Cylindrical-coordinate representation of color #7548CA: hue angle of 260.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7548CA is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11772202-
CMYK0.420.6400.21
HSL260.77º55.08%53.73%-
HSV(B)260.77º64.36%79.22%-
XYZ20.3112.6857.25-
YUV100.28185.41139.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=29.92%
G=18.41%
B=51.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117722020.420.6400.21260.7755.0853.73
Hex7548CA2A400151053736
Octal165110312521000254056766
Binary11101011001000110010101010101000000010101100000101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7548CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7548CA; }

 p { color: rgb(117,72,202); }

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

<style>
 a { background-color: #7548CA; }

 a { background-color: rgb(117,72,202); }

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

<style>
 span { border-color: #7548CA; }

 span { border-color: rgb(117,72,202); }

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