#7452CD

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

Shades of Slate Blue #7452CD

Tints of Slate Blue #7452CD

Color information

#7452CD (or 0x7452CD) is unknown color: approx Slate Blue. HEX triplet: 74, 52 and CD. RGB value is (116,82,205). Sum of RGB (Red+Green+Blue) = 116+82+205=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #7452CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7452CD is #8BAD32. Grayscale: #696969. Windows color (decimal): -9153843 or 13455988. OLE color: 13455988.

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

Color convert

RGB11682205-
CMYK0.430.600.20
HSL256.59º55.16%56.27%-
HSV(B)256.59º60%80.39%-
XYZ21.2414.1659.37-
YUV106.19183.76135-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=28.78%
G=20.35%
B=50.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116822050.430.600.20256.5955.1656.27
Hex7452CD2B3C0141013738
Octal16412231553740244016770
Binary1110100101001011001101101011111100010100100000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7452CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,82,205); }

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

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

 a { background-color: rgb(116,82,205); }

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

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

 span { border-color: rgb(116,82,205); }

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