#7253DE

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

Shades of Slate Blue #7253DE

Tints of Slate Blue #7253DE

Color information

#7253DE (or 0x7253DE) is unknown color: approx Slate Blue. HEX triplet: 72, 53 and DE. RGB value is (114,83,222). Sum of RGB (Red+Green+Blue) = 114+83+222=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #7253DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253DE is #8DAC21. Grayscale: #6B6B6B. Windows color (decimal): -9284642 or 14570354. OLE color: 14570354.

HSL color Cylindrical-coordinate representation of color #7253DE: hue angle of 253.38º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7253DE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11483222-
CMYK0.490.6300.13
HSL253.38º67.8%59.8%-
HSV(B)253.38º62.61%87.06%-
XYZ23.2215.0470.79-
YUV108.11192.27132.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 222 (87.11% from 255) = 52.98%
R=27.21%
G=19.81%
B=52.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114832220.490.6300.13253.3867.859.8
Hex7253DE313F0Dfd443c
Octal162123336617701537510474
Binary111001010100111101111011000111111101101111111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7253DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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