#774BE5

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

Shades of Medium Slate Blue #774BE5

Tints of Medium Slate Blue #774BE5

Color information

#774BE5 (or 0x774BE5) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 4B and E5. RGB value is (119,75,229). Sum of RGB (Red+Green+Blue) = 119+75+229=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #774BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BE5 is #88B41A. Grayscale: #696969. Windows color (decimal): -8959003 or 15027063. OLE color: 15027063.

HSL color Cylindrical-coordinate representation of color #774BE5: hue angle of 257.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774BE5 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11975229-
CMYK0.480.6700.10
HSL257.14º74.76%59.61%-
HSV(B)257.14º67.25%89.8%-
XYZ24.2714.6175.67-
YUV105.71197.58137.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 229 (89.84% from 255) = 54.14%
R=28.13%
G=17.73%
B=54.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal119752290.480.6700.10257.1474.7659.61
Hex774BE530430A1014b3c
Octal1671133456010301240111374
Binary11101111001011111001011100001000011010101000000011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,75,229); }

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

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

 a { background-color: rgb(119,75,229); }

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

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

 span { border-color: rgb(119,75,229); }

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