#7151CA

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

Shades of Slate Blue #7151CA

Tints of Slate Blue #7151CA

Color information

#7151CA (or 0x7151CA) is unknown color: approx Slate Blue. HEX triplet: 71, 51 and CA. RGB value is (113,81,202). Sum of RGB (Red+Green+Blue) = 113+81+202=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #7151CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151CA is #8EAE35. Grayscale: #676767. Windows color (decimal): -9350710 or 13259121. OLE color: 13259121.

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

Color convert

RGB11381202-
CMYK0.440.6000.21
HSL255.87º53.3%55.49%-
HSV(B)255.87º59.9%79.22%-
XYZ20.4113.6657.44-
YUV104.36183.1134.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=28.54%
G=20.45%
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.21
SystemRedGreenBlueCMYKHSL
Decimal113812020.440.6000.21255.8753.355.49
Hex7151CA2C3C0151003537
Octal16112131254740254006567
Binary1110001101000111001010101100111100010101100000000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7151CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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