Html Css Color HEX #774EFF Medium Slate Blue

📋 copy color: '#774EFF'

red 119 ◦ green 78 ◦ blue 255

#774EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #774EFF

Tints of Medium Slate Blue #774EFF

RGB

 RED value IS 119 (46.88% from 255) = 26.33%

 GREEN value IS 78 (30.86% from 255) = 17.26%

 BLUE value IS 255 (100% from 255) = 56.42%

R = 26.33%
G = 17.26%
B = 56.42%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#774EFF (or 0x774EFF) is known color: Medium Slate Blue. HEX triplet: 77, 4E and FF. RGB value is (119,78,255). Sum of RGB (Red+Green+Blue) = 119+78+255=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #774EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EFF is #88B100. Grayscale: #6D6D6D. Windows color (decimal): -8958209 or 16731767. OLE color: 16731767.

HSL color Cylindrical-coordinate representation of color #774EFF: hue angle of 253.9º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774EFF is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 78 255 -
CMYK 0.53 0.69 0 0
HSL 253.9º 1% 0.65% -
HSV(B) 253.9º 0.69% 1% -
XYZ 28.38 16.59 96.31 -
YUV 110.44 209.58 134.11 -
System Red Green Blue C M Y K H S L
Decimal 119 78 255 0.53 0.69 0 0 253.9 1 0.65
Hex 77 4E FF 35 45 0 0 FE 64 41
Octal 167 116 377 65 105 0 0 376 144 101
Binary 1110111 1001110 11111111 110101 1000101 0 0 11111110 1100100 1000001

Color Harmonies of #774EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EFF

Black with #774EFF

Text Example


Text Example

White with #774EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #774EFF;
 }
 .AnyTagClassName
 {
   color: #774EFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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