#7154DE

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

Shades of Slate Blue #7154DE

Tints of Slate Blue #7154DE

Color information

#7154DE (or 0x7154DE) is unknown color: approx Slate Blue. HEX triplet: 71, 54 and DE. RGB value is (113,84,222). Sum of RGB (Red+Green+Blue) = 113+84+222=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #7154DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154DE is #8EAB21. Grayscale: #6B6B6B. Windows color (decimal): -9349922 or 14570609. OLE color: 14570609.

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

Color convert

RGB11384222-
CMYK0.490.6200.13
HSL252.61º67.65%60%-
HSV(B)252.61º62.16%87.06%-
XYZ23.1715.1370.81-
YUV108.4192.11131.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 222 (87.11% from 255) = 52.98%
R=26.97%
G=20.05%
B=52.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113842220.490.6200.13252.6167.6560
Hex7154DE313E0Dfd443c
Octal161124336617601537510474
Binary111000110101001101111011000111111001101111111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7154DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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