Html Css Color HEX #774FE3 Medium Slate Blue

📋 copy color: '#774FE3'

red 119 ◦ green 79 ◦ blue 227

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

Shades of Medium Slate Blue #774FE3

Tints of Medium Slate Blue #774FE3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.59%

 BLUE value IS 227 (89.06% from 255) = 53.41%

R = 28%
G = 18.59%
B = 53.41%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#774FE3 (or 0x774FE3) is known color: Medium Slate Blue. HEX triplet: 77, 4F and E3. RGB value is (119,79,227). Sum of RGB (Red+Green+Blue) = 119+79+227=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 227 (89.06% from 255 or 53.41% from 425); Max value from RGB is 227 - color contains mainly: blue. Hex color #774FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FE3 is #88B01C. Grayscale: #6B6B6B. Windows color (decimal): -8957981 or 14897015. OLE color: 14897015.

HSL color Cylindrical-coordinate representation of color #774FE3: hue angle of 256.22º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774FE3 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 79 227 -
CMYK 0.48 0.65 0 0.11
HSL 256.22º 0.73% 0.6% -
HSV(B) 256.22º 0.65% 0.89% -
XYZ 24.27 15.06 74.3 -
YUV 107.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 119 79 227 0.48 0.65 0 0.11 256.22 0.73 0.6
Hex 77 4F E3 30 41 0 B 100 49 3C
Octal 167 117 343 60 101 0 13 400 111 74
Binary 1110111 1001111 11100011 110000 1000001 0 1011 100000000 1001001 111100

Color Harmonies of #774FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FE3

Black with #774FE3

Text Example


Text Example

White with #774FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,79,227); }

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

background-color css

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

 a { background-color: rgb(119,79,227); }

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

border-color css

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

 span { border-color: rgb(119,79,227); }

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