#7253CD

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

Shades of Slate Blue #7253CD

Tints of Slate Blue #7253CD

Color information

#7253CD (or 0x7253CD) is unknown color: approx Slate Blue. HEX triplet: 72, 53 and CD. RGB value is (114,83,205). Sum of RGB (Red+Green+Blue) = 114+83+205=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #7253CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253CD is #8DAC32. Grayscale: #696969. Windows color (decimal): -9284659 or 13456242. OLE color: 13456242.

HSL color Cylindrical-coordinate representation of color #7253CD: hue angle of 255.25º 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 #7253CD is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11483205-
CMYK0.440.6000.20
HSL255.25º54.95%56.47%-
HSV(B)255.25º59.51%80.39%-
XYZ21.0514.1759.38-
YUV106.18183.77133.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=28.36%
G=20.65%
B=51.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114832050.440.6000.20255.2554.9556.47
Hex7253CD2C3C014ff3738
Octal16212331554740243776770
Binary111001010100111100110110110011110001010011111111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7253CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,83,205); }

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

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

 a { background-color: rgb(114,83,205); }

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

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

 span { border-color: rgb(114,83,205); }

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