#7149D0

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

Shades of Slate Blue #7149D0

Tints of Slate Blue #7149D0

Color information

#7149D0 (or 0x7149D0) is unknown color: approx Slate Blue. HEX triplet: 71, 49 and D0. RGB value is (113,73,208). Sum of RGB (Red+Green+Blue) = 113+73+208=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #7149D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149D0 is #8EB62F. Grayscale: #636363. Windows color (decimal): -9352752 or 13650289. OLE color: 13650289.

HSL color Cylindrical-coordinate representation of color #7149D0: hue angle of 257.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7149D0 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11373208-
CMYK0.460.6500.18
HSL257.78º58.95%55.1%-
HSV(B)257.78º64.9%81.57%-
XYZ20.5812.8361.07-
YUV100.35188.75137.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 208 (81.64% from 255) = 52.79%
R=28.68%
G=18.53%
B=52.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113732080.460.6500.18257.7858.9555.1
Hex7149D02E410121023b37
Octal161111320561010224027367
Binary11100011001001110100001011101000001010010100000010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7149D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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