#7151CC

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

Shades of Slate Blue #7151CC

Tints of Slate Blue #7151CC

Color information

#7151CC (or 0x7151CC) is unknown color: approx Slate Blue. HEX triplet: 71, 51 and CC. RGB value is (113,81,204). Sum of RGB (Red+Green+Blue) = 113+81+204=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #7151CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151CC is #8EAE33. Grayscale: #686868. Windows color (decimal): -9350708 or 13390193. OLE color: 13390193.

HSL color Cylindrical-coordinate representation of color #7151CC: hue angle of 255.61º degrees, saturation: 0.55, 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 #7151CC is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11381204-
CMYK0.450.6000.2
HSL255.61º54.67%55.88%-
HSV(B)255.61º60.29%80%-
XYZ20.6513.7658.69-
YUV104.59184.1134-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 204 (80.08% from 255) = 51.26%
R=28.39%
G=20.35%
B=51.26%

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
Decimal113812040.450.6000.2255.6154.6755.88
Hex7151CC2D3C0141003738
Octal16112131455740244006770
Binary1110001101000111001100101101111100010100100000000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7151CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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