#7152CA

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

Shades of Slate Blue #7152CA

Tints of Slate Blue #7152CA

Color information

#7152CA (or 0x7152CA) is unknown color: approx Slate Blue. HEX triplet: 71, 52 and CA. RGB value is (113,82,202). Sum of RGB (Red+Green+Blue) = 113+82+202=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #7152CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152CA is #8EAD35. Grayscale: #686868. Windows color (decimal): -9350454 or 13259377. OLE color: 13259377.

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

Color convert

RGB11382202-
CMYK0.440.5900.21
HSL255.5º53.1%55.69%-
HSV(B)255.5º59.41%79.22%-
XYZ20.4913.8157.46-
YUV104.95182.77133.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=28.46%
G=20.65%
B=50.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113822020.440.5900.21255.553.155.69
Hex7152CA2C3B0151003538
Octal16112231254730254006570
Binary1110001101001011001010101100111011010101100000000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7152CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,82,202); }

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

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

 a { background-color: rgb(113,82,202); }

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

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

 span { border-color: rgb(113,82,202); }

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