#7158d6

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

Shades of Slate Blue #7158D6

Tints of Slate Blue #7158D6

Color information

#7158D6 (or 0x7158D6) is unknown color: approx Slate Blue. HEX triplet: 71, 58 and D6. RGB value is (113,88,214). Sum of RGB (Red+Green+Blue) = 113+88+214=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #7158D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158D6 is #8EA729. Grayscale: #6D6D6D. Windows color (decimal): -9348906 or 14047345. OLE color: 14047345.

HSL color Cylindrical-coordinate representation of color #7158D6: hue angle of 251.9º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7158D6 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11388214-
CMYK0.470.5900.16
HSL251.9º60.58%59.22%-
HSV(B)251.9º58.88%83.92%-
XYZ22.4415.3565.4-
YUV109.84186.78130.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.23%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 214 (83.98% from 255) = 51.57%
R=27.23%
G=21.20%
B=51.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal113882140.470.5900.16251.960.5859.22
Hex7158D62F3B010fc3d3b
Octal16113032657730203747573
Binary111000110110001101011010111111101101000011111100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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