#7244D2

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

Shades of Slate Blue #7244D2

Tints of Slate Blue #7244D2

Color information

#7244D2 (or 0x7244D2) is unknown color: approx Slate Blue. HEX triplet: 72, 44 and D2. RGB value is (114,68,210). Sum of RGB (Red+Green+Blue) = 114+68+210=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #7244D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7244D2 is #8DBB2D. Grayscale: #616161. Windows color (decimal): -9288494 or 13780082. OLE color: 13780082.

HSL color Cylindrical-coordinate representation of color #7244D2: hue angle of 259.44º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7244D2 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11468210-
CMYK0.460.6800.18
HSL259.44º61.21%54.51%-
HSV(B)259.44º67.62%82.35%-
XYZ20.6412.3662.27-
YUV97.94191.24139.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 68 (26.95% from 255) = 17.35%
BLUE value IS 210 (82.42% from 255) = 53.57%
R=29.08%
G=17.35%
B=53.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114682100.460.6800.18259.4461.2154.51
Hex7244D22E440121033d37
Octal162104322561040224037567
Binary11100101000100110100101011101000100010010100000011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7244D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7244D2; }

 p { color: rgb(114,68,210); }

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

<style>
 a { background-color: #7244D2; }

 a { background-color: rgb(114,68,210); }

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

<style>
 span { border-color: #7244D2; }

 span { border-color: rgb(114,68,210); }

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