#7545CD

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

Shades of Slate Blue #7545CD

Tints of Slate Blue #7545CD

Color information

#7545CD (or 0x7545CD) is unknown color: approx Slate Blue. HEX triplet: 75, 45 and CD. RGB value is (117,69,205). Sum of RGB (Red+Green+Blue) = 117+69+205=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #7545CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545CD is #8ABA32. Grayscale: #626262. Windows color (decimal): -9091635 or 13452661. OLE color: 13452661.

HSL color Cylindrical-coordinate representation of color #7545CD: hue angle of 261.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7545CD is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11769205-
CMYK0.430.6600.20
HSL261.18º57.63%53.73%-
HSV(B)261.18º66.34%80.39%-
XYZ20.4812.4559.08-
YUV98.86187.9140.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 205 (80.47% from 255) = 52.43%
R=29.92%
G=17.65%
B=52.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117692050.430.6600.20261.1857.6353.73
Hex7545CD2B420141053a36
Octal165105315531020244057266
Binary11101011000101110011011010111000010010100100000101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7545CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7545CD; }

 p { color: rgb(117,69,205); }

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

<style>
 a { background-color: #7545CD; }

 a { background-color: rgb(117,69,205); }

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

<style>
 span { border-color: #7545CD; }

 span { border-color: rgb(117,69,205); }

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