#7158CA

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

Shades of Slate Blue #7158CA

Tints of Slate Blue #7158CA

Color information

#7158CA (or 0x7158CA) is unknown color: approx Slate Blue. HEX triplet: 71, 58 and CA. RGB value is (113,88,202). Sum of RGB (Red+Green+Blue) = 113+88+202=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #7158CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158CA is #8EA735. Grayscale: #6C6C6C. Windows color (decimal): -9348918 or 13260913. OLE color: 13260913.

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

Color convert

RGB11388202-
CMYK0.440.5600.21
HSL253.16º51.82%56.86%-
HSV(B)253.16º56.44%79.22%-
XYZ20.9614.7557.62-
YUV108.47180.78131.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 88 (34.77% from 255) = 21.84%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=28.04%
G=21.84%
B=50.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113882020.440.5600.21253.1651.8256.86
Hex7158CA2C38015fd3439
Octal16113031254700253756471
Binary111000110110001100101010110011100001010111111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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