#7151DE

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

Shades of Slate Blue #7151DE

Tints of Slate Blue #7151DE

Color information

#7151DE (or 0x7151DE) is unknown color: approx Slate Blue. HEX triplet: 71, 51 and DE. RGB value is (113,81,222). Sum of RGB (Red+Green+Blue) = 113+81+222=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #7151DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151DE is #8EAE21. Grayscale: #6A6A6A. Windows color (decimal): -9350690 or 14569841. OLE color: 14569841.

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

Color convert

RGB11381222-
CMYK0.490.6400.13
HSL253.62º68.12%59.41%-
HSV(B)253.62º63.51%87.06%-
XYZ22.9414.6770.73-
YUV106.64193.1132.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 222 (87.11% from 255) = 53.37%
R=27.16%
G=19.47%
B=53.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113812220.490.6400.13253.6268.1259.41
Hex7151DE31400Dfe443b
Octal1611213366110001537610473
Binary1110001101000111011110110001100000001101111111101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7151DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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