#7249DC

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

Shades of Slate Blue #7249DC

Tints of Slate Blue #7249DC

Color information

#7249DC (or 0x7249DC) is unknown color: approx Slate Blue. HEX triplet: 72, 49 and DC. RGB value is (114,73,220). Sum of RGB (Red+Green+Blue) = 114+73+220=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #7249DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249DC is #8DB623. Grayscale: #656565. Windows color (decimal): -9287204 or 14436722. OLE color: 14436722.

HSL color Cylindrical-coordinate representation of color #7249DC: hue angle of 256.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7249DC is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11473220-
CMYK0.480.6700.14
HSL256.73º67.74%57.45%-
HSV(B)256.73º66.82%86.27%-
XYZ22.2413.5169.15-
YUV102.02194.58136.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 220 (86.33% from 255) = 54.05%
R=28.01%
G=17.94%
B=54.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal114732200.480.6700.14256.7367.7457.45
Hex7249DC30430E1014439
Octal1621113346010301640110471
Binary11100101001001110111001100001000011011101000000011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7249DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7249DC; }

 p { color: rgb(114,73,220); }

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

<style>
 a { background-color: #7249DC; }

 a { background-color: rgb(114,73,220); }

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

<style>
 span { border-color: #7249DC; }

 span { border-color: rgb(114,73,220); }

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