Html Css Color HEX #774EEF Medium Slate Blue

📋 copy color: '#774EEF'

red 119 ◦ green 78 ◦ blue 239

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

Shades of Medium Slate Blue #774EEF

Tints of Medium Slate Blue #774EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 27.29%
G = 17.89%
B = 54.82%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#774EEF (or 0x774EEF) is known color: Medium Slate Blue. HEX triplet: 77, 4E and EF. RGB value is (119,78,239). Sum of RGB (Red+Green+Blue) = 119+78+239=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #774EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EEF is #88B110. Grayscale: #6C6C6C. Windows color (decimal): -8958225 or 15683191. OLE color: 15683191.

HSL color Cylindrical-coordinate representation of color #774EEF: hue angle of 255.28º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774EEF is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 78 239 -
CMYK 0.50 0.67 0 0.06
HSL 255.28º 0.83% 0.62% -
HSV(B) 255.28º 0.67% 0.94% -
XYZ 25.91 15.6 83.31 -
YUV 108.61 201.58 135.41 -
System Red Green Blue C M Y K H S L
Decimal 119 78 239 0.50 0.67 0 0.06 255.28 0.83 0.62
Hex 77 4E EF 32 43 0 6 FF 53 3E
Octal 167 116 357 62 103 0 6 377 123 76
Binary 1110111 1001110 11101111 110010 1000011 0 110 11111111 1010011 111110

Color Harmonies of #774EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EEF

Black with #774EEF

Text Example


Text Example

White with #774EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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