#774AE1

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

Shades of Slate Blue #774AE1

Tints of Slate Blue #774AE1

Color information

#774AE1 (or 0x774AE1) is unknown color: approx Slate Blue. HEX triplet: 77, 4A and E1. RGB value is (119,74,225). Sum of RGB (Red+Green+Blue) = 119+74+225=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #774AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774AE1 is #88B51E. Grayscale: #686868. Windows color (decimal): -8959263 or 14764663. OLE color: 14764663.

HSL color Cylindrical-coordinate representation of color #774AE1: hue angle of 257.88º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774AE1 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11974225-
CMYK0.470.6700.12
HSL257.88º71.56%58.63%-
HSV(B)257.88º67.11%88.24%-
XYZ23.6514.2672.74-
YUV104.67195.91138.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 225 (88.28% from 255) = 53.83%
R=28.47%
G=17.70%
B=53.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal119742250.470.6700.12257.8871.5658.63
Hex774AE12F430C102483b
Octal1671123415710301440211073
Binary11101111001010111000011011111000011011001000000101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,225); }

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

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

 a { background-color: rgb(119,74,225); }

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

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

 span { border-color: rgb(119,74,225); }

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