Html Css Color HEX #774CFE Medium Slate Blue

📋 copy color: '#774CFE'

red 119 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #774CFE

Tints of Medium Slate Blue #774CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

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

R = 26.5%
G = 16.93%
B = 56.57%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#774CFE (or 0x774CFE) is known color: Medium Slate Blue. HEX triplet: 77, 4C and FE. RGB value is (119,76,254). Sum of RGB (Red+Green+Blue) = 119+76+254=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #774CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774CFE is #88B301. Grayscale: #6C6C6C. Windows color (decimal): -8958722 or 16665719. OLE color: 16665719.

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

Color convert

RGB 119 76 254 -
CMYK 0.53 0.70 0 0.00
HSL 254.49º 0.99% 0.65% -
HSV(B) 254.49º 0.7% 1% -
XYZ 28.08 16.25 95.42 -
YUV 109.15 209.75 135.03 -
System Red Green Blue C M Y K H S L
Decimal 119 76 254 0.53 0.70 0 0.00 254.49 0.99 0.65
Hex 77 4C FE 35 46 0 0 FE 63 41
Octal 167 114 376 65 106 0 0 376 143 101
Binary 1110111 1001100 11111110 110101 1000110 0 0 11111110 1100011 1000001

Color Harmonies of #774CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CFE

Black with #774CFE

Text Example


Text Example

White with #774CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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