#7149e0

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

Shades of Slate Blue #7149E0

Tints of Slate Blue #7149E0

Color information

#7149E0 (or 0x7149E0) is unknown color: approx Slate Blue. HEX triplet: 71, 49 and E0. RGB value is (113,73,224). Sum of RGB (Red+Green+Blue) = 113+73+224=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #7149E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149E0 is #8EB61F. Grayscale: #656565. Windows color (decimal): -9352736 or 14698865. OLE color: 14698865.

HSL color Cylindrical-coordinate representation of color #7149E0: hue angle of 255.89º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7149E0 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11373224-
CMYK0.500.6700.12
HSL255.89º70.89%58.24%-
HSV(B)255.89º67.41%87.84%-
XYZ22.6513.6671.96-
YUV102.17196.75135.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 73 (28.91% from 255) = 17.80%
BLUE value IS 224 (87.89% from 255) = 54.63%
R=27.56%
G=17.80%
B=54.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal113732240.500.6700.12255.8970.8958.24
Hex7149E032430C100473a
Octal1611113406210301440010772
Binary11100011001001111000001100101000011011001000000001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7149e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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