#7548CF

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

Shades of Slate Blue #7548CF

Tints of Slate Blue #7548CF

Color information

#7548CF (or 0x7548CF) is unknown color: approx Slate Blue. HEX triplet: 75, 48 and CF. RGB value is (117,72,207). Sum of RGB (Red+Green+Blue) = 117+72+207=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #7548CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548CF is #8AB730. Grayscale: #646464. Windows color (decimal): -9090865 or 13584501. OLE color: 13584501.

HSL color Cylindrical-coordinate representation of color #7548CF: hue angle of 260º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7548CF is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11772207-
CMYK0.430.6500.19
HSL260º58.44%54.71%-
HSV(B)260º65.22%81.18%-
XYZ20.9212.9260.42-
YUV100.84187.91139.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 207 (81.25% from 255) = 52.27%
R=29.55%
G=18.18%
B=52.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117722070.430.6500.1926058.4454.71
Hex7548CF2B410131043a37
Octal165110317531010234047267
Binary11101011001000110011111010111000001010011100000100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7548CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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