#7445D0

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

Shades of Slate Blue #7445D0

Tints of Slate Blue #7445D0

Color information

#7445D0 (or 0x7445D0) is unknown color: approx Slate Blue. HEX triplet: 74, 45 and D0. RGB value is (116,69,208). Sum of RGB (Red+Green+Blue) = 116+69+208=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #7445D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445D0 is #8BBA2F. Grayscale: #626262. Windows color (decimal): -9157168 or 13649268. OLE color: 13649268.

HSL color Cylindrical-coordinate representation of color #7445D0: hue angle of 260.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7445D0 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11669208-
CMYK0.440.6700.18
HSL260.29º59.66%54.31%-
HSV(B)260.29º66.83%81.57%-
XYZ20.7212.5261-
YUV98.9189.57140.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 208 (81.64% from 255) = 52.93%
R=29.52%
G=17.56%
B=52.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116692080.440.6700.18260.2959.6654.31
Hex7445D02C430121043c36
Octal164105320541030224047466
Binary11101001000101110100001011001000011010010100000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7445D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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