#7149C9

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

Shades of Slate Blue #7149C9

Tints of Slate Blue #7149C9

Color information

#7149C9 (or 0x7149C9) is unknown color: approx Slate Blue. HEX triplet: 71, 49 and C9. RGB value is (113,73,201). Sum of RGB (Red+Green+Blue) = 113+73+201=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #7149C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149C9 is #8EB636. Grayscale: #636363. Windows color (decimal): -9352759 or 13191537. OLE color: 13191537.

HSL color Cylindrical-coordinate representation of color #7149C9: hue angle of 258.75º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7149C9 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11373201-
CMYK0.440.6400.21
HSL258.75º54.24%53.73%-
HSV(B)258.75º63.68%78.82%-
XYZ19.7412.4956.63-
YUV99.55185.25137.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=29.20%
G=18.86%
B=51.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113732010.440.6400.21258.7554.2453.73
Hex7149C92C400151033636
Octal161111311541000254036666
Binary11100011001001110010011011001000000010101100000011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7149C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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