#7157DE

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

Shades of Slate Blue #7157DE

Tints of Slate Blue #7157DE

Color information

#7157DE (or 0x7157DE) is unknown color: approx Slate Blue. HEX triplet: 71, 57 and DE. RGB value is (113,87,222). Sum of RGB (Red+Green+Blue) = 113+87+222=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #7157DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7157DE is #8EA821. Grayscale: #6D6D6D. Windows color (decimal): -9349154 or 14571377. OLE color: 14571377.

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

Color convert

RGB11387222-
CMYK0.490.6100.13
HSL251.56º67.16%60.59%-
HSV(B)251.56º60.81%87.06%-
XYZ23.415.670.89-
YUV110.16191.11130.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 222 (87.11% from 255) = 52.61%
R=26.78%
G=20.62%
B=52.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113872220.490.6100.13251.5667.1660.59
Hex7157DE313D0Dfc433d
Octal161127336617501537410375
Binary111000110101111101111011000111110101101111111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7157DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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