Html Css Color HEX #774EEA Medium Slate Blue

📋 copy color: '#774EEA'

red 119 ◦ green 78 ◦ blue 234

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

Shades of Medium Slate Blue #774EEA

Tints of Medium Slate Blue #774EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.1%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 27.61%
G = 18.1%
B = 54.29%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#774EEA (or 0x774EEA) is known color: Medium Slate Blue. HEX triplet: 77, 4E and EA. RGB value is (119,78,234). Sum of RGB (Red+Green+Blue) = 119+78+234=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #774EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EEA is #88B115. Grayscale: #6B6B6B. Windows color (decimal): -8958230 or 15355511. OLE color: 15355511.

HSL color Cylindrical-coordinate representation of color #774EEA: hue angle of 255.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774EEA is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 78 234 -
CMYK 0.49 0.67 0 0.08
HSL 255.77º 0.79% 0.61% -
HSV(B) 255.77º 0.67% 0.92% -
XYZ 25.18 15.31 79.47 -
YUV 108.04 199.08 135.82 -
System Red Green Blue C M Y K H S L
Decimal 119 78 234 0.49 0.67 0 0.08 255.77 0.79 0.61
Hex 77 4E EA 31 43 0 8 100 4F 3D
Octal 167 116 352 61 103 0 10 400 117 75
Binary 1110111 1001110 11101010 110001 1000011 0 1000 100000000 1001111 111101

Color Harmonies of #774EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EEA

Black with #774EEA

Text Example


Text Example

White with #774EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,234); }

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

background-color css

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

 a { background-color: rgb(119,78,234); }

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

border-color css

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

 span { border-color: rgb(119,78,234); }

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