#7244CE

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

Shades of Slate Blue #7244CE

Tints of Slate Blue #7244CE

Color information

#7244CE (or 0x7244CE) is unknown color: approx Slate Blue. HEX triplet: 72, 44 and CE. RGB value is (114,68,206). Sum of RGB (Red+Green+Blue) = 114+68+206=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #7244CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7244CE is #8DBB31. Grayscale: #606060. Windows color (decimal): -9288498 or 13517938. OLE color: 13517938.

HSL color Cylindrical-coordinate representation of color #7244CE: hue angle of 260º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7244CE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11468206-
CMYK0.450.6700.19
HSL260º58.47%53.73%-
HSV(B)260º66.99%80.78%-
XYZ20.1512.1759.68-
YUV97.49189.24139.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=29.38%
G=17.53%
B=53.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal114682060.450.6700.1926058.4753.73
Hex7244CE2D430131043a36
Octal162104316551030234047266
Binary11100101000100110011101011011000011010011100000100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7244CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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