#7245DA

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

Shades of Slate Blue #7245DA

Tints of Slate Blue #7245DA

Color information

#7245DA (or 0x7245DA) is unknown color: approx Slate Blue. HEX triplet: 72, 45 and DA. RGB value is (114,69,218). Sum of RGB (Red+Green+Blue) = 114+69+218=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #7245DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7245DA is #8DBA25. Grayscale: #626262. Windows color (decimal): -9288230 or 14304626. OLE color: 14304626.

HSL color Cylindrical-coordinate representation of color #7245DA: hue angle of 258.12º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7245DA is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11469218-
CMYK0.480.6800.15
HSL258.12º66.82%56.27%-
HSV(B)258.12º68.35%85.49%-
XYZ21.7212.967.67-
YUV99.44194.91138.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 218 (85.55% from 255) = 54.36%
R=28.43%
G=17.21%
B=54.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114692180.480.6800.15258.1266.8256.27
Hex7245DA30440F1024338
Octal1621053326010401740210370
Binary11100101000101110110101100001000100011111000000101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7245DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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