#7152CC

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

Shades of Slate Blue #7152CC

Tints of Slate Blue #7152CC

Color information

#7152CC (or 0x7152CC) is unknown color: approx Slate Blue. HEX triplet: 71, 52 and CC. RGB value is (113,82,204). Sum of RGB (Red+Green+Blue) = 113+82+204=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #7152CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152CC is #8EAD33. Grayscale: #686868. Windows color (decimal): -9350452 or 13390449. OLE color: 13390449.

HSL color Cylindrical-coordinate representation of color #7152CC: hue angle of 255.25º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7152CC is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11382204-
CMYK0.450.6000.2
HSL255.25º54.46%56.08%-
HSV(B)255.25º59.8%80%-
XYZ20.7313.958.72-
YUV105.18183.77133.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=28.32%
G=20.55%
B=51.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113822040.450.6000.2255.2554.4656.08
Hex7152CC2D3C014ff3638
Octal16112231455740243776670
Binary111000110100101100110010110111110001010011111111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7152CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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