Html Css Color HEX #774DFA Medium Slate Blue

📋 copy color: '#774DFA'

red 119 ◦ green 77 ◦ blue 250

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

Shades of Medium Slate Blue #774DFA

Tints of Medium Slate Blue #774DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 26.68%
G = 17.26%
B = 56.05%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#774DFA (or 0x774DFA) is known color: Medium Slate Blue. HEX triplet: 77, 4D and FA. RGB value is (119,77,250). Sum of RGB (Red+Green+Blue) = 119+77+250=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #774DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DFA is #88B205. Grayscale: #6C6C6C. Windows color (decimal): -8958470 or 16403831. OLE color: 16403831.

HSL color Cylindrical-coordinate representation of color #774DFA: hue angle of 254.57º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774DFA is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 77 250 -
CMYK 0.52 0.69 0 0.02
HSL 254.57º 0.95% 0.64% -
HSV(B) 254.57º 0.69% 0.98% -
XYZ 27.52 16.13 92.11 -
YUV 109.28 207.41 134.93 -
System Red Green Blue C M Y K H S L
Decimal 119 77 250 0.52 0.69 0 0.02 254.57 0.95 0.64
Hex 77 4D FA 34 45 0 2 FF 5F 40
Octal 167 115 372 64 105 0 2 377 137 100
Binary 1110111 1001101 11111010 110100 1000101 0 10 11111111 1011111 1000000

Color Harmonies of #774DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DFA

Black with #774DFA

Text Example


Text Example

White with #774DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,77,250); }

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

background-color css

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

 a { background-color: rgb(119,77,250); }

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

border-color css

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

 span { border-color: rgb(119,77,250); }

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