#7158DE

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

Shades of Slate Blue #7158DE

Tints of Slate Blue #7158DE

Color information

#7158DE (or 0x7158DE) is unknown color: approx Slate Blue. HEX triplet: 71, 58 and DE. RGB value is (113,88,222). Sum of RGB (Red+Green+Blue) = 113+88+222=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #7158DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158DE is #8EA721. Grayscale: #6E6E6E. Windows color (decimal): -9348898 or 14571633. OLE color: 14571633.

HSL color Cylindrical-coordinate representation of color #7158DE: hue angle of 251.19º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7158DE is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11388222-
CMYK0.490.6000.13
HSL251.19º67%60.78%-
HSV(B)251.19º60.36%87.06%-
XYZ23.4815.7670.91-
YUV110.75190.78129.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 222 (87.11% from 255) = 52.48%
R=26.71%
G=20.80%
B=52.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113882220.490.6000.13251.196760.78
Hex7158DE313C0Dfb433d
Octal161130336617401537310375
Binary111000110110001101111011000111110001101111110111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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