#774BE8

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

Shades of Medium Slate Blue #774BE8

Tints of Medium Slate Blue #774BE8

Color information

#774BE8 (or 0x774BE8) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 4B and E8. RGB value is (119,75,232). Sum of RGB (Red+Green+Blue) = 119+75+232=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #774BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774BE8 is #88B417. Grayscale: #696969. Windows color (decimal): -8959000 or 15223671. OLE color: 15223671.

HSL color Cylindrical-coordinate representation of color #774BE8: hue angle of 256.82º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774BE8 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11975232-
CMYK0.490.6800.09
HSL256.82º77.34%60.2%-
HSV(B)256.82º67.67%90.98%-
XYZ24.6914.7877.9-
YUV106.05199.08137.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 232 (91.02% from 255) = 54.46%
R=27.93%
G=17.61%
B=54.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal119752320.490.6800.09256.8277.3460.2
Hex774BE83144091014d3c
Octal1671133506110401140111574
Binary11101111001011111010001100011000100010011000000011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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