#7744DD

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

Shades of Slate Blue #7744DD

Tints of Slate Blue #7744DD

Color information

#7744DD (or 0x7744DD) is unknown color: approx Slate Blue. HEX triplet: 77, 44 and DD. RGB value is (119,68,221). Sum of RGB (Red+Green+Blue) = 119+68+221=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #7744DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744DD is #88BB22. Grayscale: #646464. Windows color (decimal): -8960803 or 14500983. OLE color: 14500983.

HSL color Cylindrical-coordinate representation of color #7744DD: hue angle of 260º degrees, saturation: 0.69, 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 #7744DD is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11968221-
CMYK0.460.6900.13
HSL260º69.23%56.67%-
HSV(B)260º69.23%86.67%-
XYZ22.7313.2869.77-
YUV100.69195.9141.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 68 (26.95% from 255) = 16.67%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=29.17%
G=16.67%
B=54.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119682210.460.6900.1326069.2356.67
Hex7744DD2E450D1044539
Octal1671043355610501540410571
Binary11101111000100110111011011101000101011011000001001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7744DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7744DD; }

 p { color: rgb(119,68,221); }

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

<style>
 a { background-color: #7744DD; }

 a { background-color: rgb(119,68,221); }

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

<style>
 span { border-color: #7744DD; }

 span { border-color: rgb(119,68,221); }

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