#7149DC

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

Shades of Slate Blue #7149DC

Tints of Slate Blue #7149DC

Color information

#7149DC (or 0x7149DC) is unknown color: approx Slate Blue. HEX triplet: 71, 49 and DC. RGB value is (113,73,220). Sum of RGB (Red+Green+Blue) = 113+73+220=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #7149DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149DC is #8EB623. Grayscale: #656565. Windows color (decimal): -9352740 or 14436721. OLE color: 14436721.

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

Color convert

RGB11373220-
CMYK0.490.6700.14
HSL256.33º67.74%57.45%-
HSV(B)256.33º66.82%86.27%-
XYZ22.1113.4469.14-
YUV101.72194.75136.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 220 (86.33% from 255) = 54.19%
R=27.83%
G=17.98%
B=54.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113732200.490.6700.14256.3367.7457.45
Hex7149DC31430E1004439
Octal1611113346110301640010471
Binary11100011001001110111001100011000011011101000000001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7149DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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