#7050DE

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

Shades of Slate Blue #7050DE

Tints of Slate Blue #7050DE

Color information

#7050DE (or 0x7050DE) is unknown color: approx Slate Blue. HEX triplet: 70, 50 and DE. RGB value is (112,80,222). Sum of RGB (Red+Green+Blue) = 112+80+222=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #7050DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7050DE is #8FAF21. Grayscale: #696969. Windows color (decimal): -9416482 or 14569584. OLE color: 14569584.

HSL color Cylindrical-coordinate representation of color #7050DE: hue angle of 253.52º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7050DE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11280222-
CMYK0.500.6400.13
HSL253.52º68.27%59.22%-
HSV(B)253.52º63.96%87.06%-
XYZ22.7414.4670.7-
YUV105.76193.6132.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=27.05%
G=19.32%
B=53.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112802220.500.6400.13253.5268.2759.22
Hex7050DE32400Dfe443b
Octal1601203366210001537610473
Binary1110000101000011011110110010100000001101111111101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7050DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7050DE; }

 p { color: rgb(112,80,222); }

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

<style>
 a { background-color: #7050DE; }

 a { background-color: rgb(112,80,222); }

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

<style>
 span { border-color: #7050DE; }

 span { border-color: rgb(112,80,222); }

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