#774DDF

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

Shades of Slate Blue #774DDF

Tints of Slate Blue #774DDF

Color information

#774DDF (or 0x774DDF) is unknown color: approx Slate Blue. HEX triplet: 77, 4D and DF. RGB value is (119,77,223). Sum of RGB (Red+Green+Blue) = 119+77+223=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #774DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DDF is #88B220. Grayscale: #696969. Windows color (decimal): -8958497 or 14634359. OLE color: 14634359.

HSL color Cylindrical-coordinate representation of color #774DDF: hue angle of 257.26º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774DDF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11977223-
CMYK0.470.6500.13
HSL257.26º69.52%58.82%-
HSV(B)257.26º65.47%87.45%-
XYZ23.5814.5671.38-
YUV106.2193.91137.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 223 (87.5% from 255) = 53.22%
R=28.40%
G=18.38%
B=53.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119772230.470.6500.13257.2669.5258.82
Hex774DDF2F410D101463b
Octal1671153375710101540110673
Binary11101111001101110111111011111000001011011000000011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774DDF; }

 p { color: rgb(119,77,223); }

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

<style>
 a { background-color: #774DDF; }

 a { background-color: rgb(119,77,223); }

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

<style>
 span { border-color: #774DDF; }

 span { border-color: rgb(119,77,223); }

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