#7245DE

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

Shades of Slate Blue #7245DE

Tints of Slate Blue #7245DE

Color information

#7245DE (or 0x7245DE) is unknown color: approx Slate Blue. HEX triplet: 72, 45 and DE. RGB value is (114,69,222). Sum of RGB (Red+Green+Blue) = 114+69+222=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #7245DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7245DE is #8DBA21. Grayscale: #636363. Windows color (decimal): -9288226 or 14566770. OLE color: 14566770.

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

Color convert

RGB11469222-
CMYK0.490.6900.13
HSL257.65º69.86%57.06%-
HSV(B)257.65º68.92%87.06%-
XYZ22.2513.1170.46-
YUV99.9196.91138.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 69 (27.34% from 255) = 17.04%
BLUE value IS 222 (87.11% from 255) = 54.81%
R=28.15%
G=17.04%
B=54.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114692220.490.6900.13257.6569.8657.06
Hex7245DE31450D1024639
Octal1621053366110501540210671
Binary11100101000101110111101100011000101011011000000101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7245DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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