#7152CB

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

Shades of Slate Blue #7152CB

Tints of Slate Blue #7152CB

Color information

#7152CB (or 0x7152CB) is unknown color: approx Slate Blue. HEX triplet: 71, 52 and CB. RGB value is (113,82,203). Sum of RGB (Red+Green+Blue) = 113+82+203=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #7152CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152CB is #8EAD34. Grayscale: #686868. Windows color (decimal): -9350453 or 13324913. OLE color: 13324913.

HSL color Cylindrical-coordinate representation of color #7152CB: hue angle of 255.37º 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 #7152CB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11382203-
CMYK0.440.6000.20
HSL255.37º53.78%55.88%-
HSV(B)255.37º59.61%79.61%-
XYZ20.6113.8658.09-
YUV105.06183.27133.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 203 (79.69% from 255) = 51.01%
R=28.39%
G=20.60%
B=51.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113822030.440.6000.20255.3753.7855.88
Hex7152CB2C3C014ff3638
Octal16112231354740243776670
Binary111000110100101100101110110011110001010011111111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7152CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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