Html Css Color HEX #774AFF Medium Slate Blue

📋 copy color: '#774AFF'

red 119 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #774AFF

Tints of Medium Slate Blue #774AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.52%

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

R = 26.56%
G = 16.52%
B = 56.92%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#774AFF (or 0x774AFF) is known color: Medium Slate Blue. HEX triplet: 77, 4A and FF. RGB value is (119,74,255). Sum of RGB (Red+Green+Blue) = 119+74+255=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #774AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774AFF is #88B500. Grayscale: #6B6B6B. Windows color (decimal): -8959233 or 16730743. OLE color: 16730743.

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

Color convert

RGB 119 74 255 -
CMYK 0.53 0.71 0 0
HSL 254.92º 1% 0.65% -
HSV(B) 254.92º 0.71% 1% -
XYZ 28.11 16.04 96.22 -
YUV 108.09 210.91 135.78 -
System Red Green Blue C M Y K H S L
Decimal 119 74 255 0.53 0.71 0 0 254.92 1 0.65
Hex 77 4A FF 35 47 0 0 FF 64 41
Octal 167 112 377 65 107 0 0 377 144 101
Binary 1110111 1001010 11111111 110101 1000111 0 0 11111111 1100100 1000001

Color Harmonies of #774AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774AFF

Black with #774AFF

Text Example


Text Example

White with #774AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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