#7445DE

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

Shades of Slate Blue #7445DE

Tints of Slate Blue #7445DE

Color information

#7445DE (or 0x7445DE) is unknown color: approx Slate Blue. HEX triplet: 74, 45 and DE. RGB value is (116,69,222). Sum of RGB (Red+Green+Blue) = 116+69+222=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #7445DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445DE is #8BBA21. Grayscale: #636363. Windows color (decimal): -9157154 or 14566772. OLE color: 14566772.

HSL color Cylindrical-coordinate representation of color #7445DE: hue angle of 258.43º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7445DE is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11669222-
CMYK0.480.6900.13
HSL258.43º69.86%57.06%-
HSV(B)258.43º68.92%87.06%-
XYZ22.5213.2470.48-
YUV100.5196.57139.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 222 (87.11% from 255) = 54.55%
R=28.50%
G=16.95%
B=54.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116692220.480.6900.13258.4369.8657.06
Hex7445DE30450D1024639
Octal1641053366010501540210671
Binary11101001000101110111101100001000101011011000000101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7445DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,69,222); }

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

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

 a { background-color: rgb(116,69,222); }

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

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

 span { border-color: rgb(116,69,222); }

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