#7140DC

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

Shades of Slate Blue #7140DC

Tints of Slate Blue #7140DC

Color information

#7140DC (or 0x7140DC) is unknown color: approx Slate Blue. HEX triplet: 71, 40 and DC. RGB value is (113,64,220). Sum of RGB (Red+Green+Blue) = 113+64+220=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #7140DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140DC is #8EBF23. Grayscale: #5F5F5F. Windows color (decimal): -9355044 or 14434417. OLE color: 14434417.

HSL color Cylindrical-coordinate representation of color #7140DC: hue angle of 258.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7140DC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11364220-
CMYK0.490.7100.14
HSL258.85º69.03%55.69%-
HSV(B)258.85º70.91%86.27%-
XYZ21.5612.3468.96-
YUV96.43197.73139.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=28.46%
G=16.12%
B=55.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113642200.490.7100.14258.8569.0355.69
Hex7140DC31470E1034538
Octal1611003346110701640310570
Binary11100011000000110111001100011000111011101000000111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7140DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7140DC; }

 p { color: rgb(113,64,220); }

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

<style>
 a { background-color: #7140DC; }

 a { background-color: rgb(113,64,220); }

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

<style>
 span { border-color: #7140DC; }

 span { border-color: rgb(113,64,220); }

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