Html Css Color HEX #774FFE Medium Slate Blue

📋 copy color: '#774FFE'

red 119 ◦ green 79 ◦ blue 254

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

Shades of Medium Slate Blue #774FFE

Tints of Medium Slate Blue #774FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 26.33%
G = 17.48%
B = 56.19%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#774FFE (or 0x774FFE) is known color: Medium Slate Blue. HEX triplet: 77, 4F and FE. RGB value is (119,79,254). Sum of RGB (Red+Green+Blue) = 119+79+254=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #774FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774FFE is #88B001. Grayscale: #6E6E6E. Windows color (decimal): -8957954 or 16666487. OLE color: 16666487.

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

Color convert

RGB 119 79 254 -
CMYK 0.53 0.69 0 0.00
HSL 253.71º 0.99% 0.65% -
HSV(B) 253.71º 0.69% 1% -
XYZ 28.29 16.67 95.49 -
YUV 110.91 208.75 133.77 -
System Red Green Blue C M Y K H S L
Decimal 119 79 254 0.53 0.69 0 0.00 253.71 0.99 0.65
Hex 77 4F FE 35 45 0 0 FE 63 41
Octal 167 117 376 65 105 0 0 376 143 101
Binary 1110111 1001111 11111110 110101 1000101 0 0 11111110 1100011 1000001

Color Harmonies of #774FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FFE

Black with #774FFE

Text Example


Text Example

White with #774FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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