#7552CF

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

Shades of Slate Blue #7552CF

Tints of Slate Blue #7552CF

Color information

#7552CF (or 0x7552CF) is unknown color: approx Slate Blue. HEX triplet: 75, 52 and CF. RGB value is (117,82,207). Sum of RGB (Red+Green+Blue) = 117+82+207=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #7552CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552CF is #8AAD30. Grayscale: #6A6A6A. Windows color (decimal): -9088305 or 13587061. OLE color: 13587061.

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

Color convert

RGB11782207-
CMYK0.430.6000.19
HSL256.8º56.56%56.67%-
HSV(B)256.8º60.39%81.18%-
XYZ21.6214.3260.66-
YUV106.71184.6135.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=28.82%
G=20.20%
B=50.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117822070.430.6000.19256.856.5656.67
Hex7552CF2B3C0131013939
Octal16512231753740234017171
Binary1110101101001011001111101011111100010011100000001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7552CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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