#774ED0

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

Shades of Slate Blue #774ED0

Tints of Slate Blue #774ED0

Color information

#774ED0 (or 0x774ED0) is unknown color: approx Slate Blue. HEX triplet: 77, 4E and D0. RGB value is (119,78,208). Sum of RGB (Red+Green+Blue) = 119+78+208=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #774ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774ED0 is #88B12F. Grayscale: #686868. Windows color (decimal): -8958256 or 13651575. OLE color: 13651575.

HSL color Cylindrical-coordinate representation of color #774ED0: hue angle of 258.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774ED0 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11978208-
CMYK0.430.6200.18
HSL258.92º58.04%56.08%-
HSV(B)258.92º62.5%81.57%-
XYZ21.7213.9261.22-
YUV105.08186.08137.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 78 (30.86% from 255) = 19.26%
BLUE value IS 208 (81.64% from 255) = 51.36%
R=29.38%
G=19.26%
B=51.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal119782080.430.6200.18258.9258.0456.08
Hex774ED02B3E0121033a38
Octal16711632053760224037270
Binary1110111100111011010000101011111110010010100000011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,78,208); }

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

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

 a { background-color: rgb(119,78,208); }

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

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

 span { border-color: rgb(119,78,208); }

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