#774ECD

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

Shades of Slate Blue #774ECD

Tints of Slate Blue #774ECD

Color information

#774ECD (or 0x774ECD) is unknown color: approx Slate Blue. HEX triplet: 77, 4E and CD. RGB value is (119,78,205). Sum of RGB (Red+Green+Blue) = 119+78+205=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #774ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774ECD is #88B132. Grayscale: #686868. Windows color (decimal): -8958259 or 13454967. OLE color: 13454967.

HSL color Cylindrical-coordinate representation of color #774ECD: hue angle of 259.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774ECD is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11978205-
CMYK0.420.6200.20
HSL259.37º55.95%55.49%-
HSV(B)259.37º61.95%80.39%-
XYZ21.3513.7859.29-
YUV104.74184.58138.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=29.60%
G=19.40%
B=51.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119782050.420.6200.20259.3755.9555.49
Hex774ECD2A3E0141033837
Octal16711631552760244037067
Binary1110111100111011001101101010111110010100100000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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