#7249CA

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

Shades of Slate Blue #7249CA

Tints of Slate Blue #7249CA

Color information

#7249CA (or 0x7249CA) is unknown color: approx Slate Blue. HEX triplet: 72, 49 and CA. RGB value is (114,73,202). Sum of RGB (Red+Green+Blue) = 114+73+202=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #7249CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249CA is #8DB635. Grayscale: #636363. Windows color (decimal): -9287222 or 13257074. OLE color: 13257074.

HSL color Cylindrical-coordinate representation of color #7249CA: hue angle of 259.07º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7249CA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11473202-
CMYK0.440.6400.21
HSL259.07º54.89%53.92%-
HSV(B)259.07º63.86%79.22%-
XYZ19.9812.6157.26-
YUV99.96185.58138.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=29.31%
G=18.77%
B=51.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114732020.440.6400.21259.0754.8953.92
Hex7249CA2C400151033736
Octal162111312541000254036766
Binary11100101001001110010101011001000000010101100000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7249CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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