Html Css Color HEX #775EDD Medium Slate Blue

📋 copy color: '#775EDD'

red 119 ◦ green 94 ◦ blue 221

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

Shades of Medium Slate Blue #775EDD

Tints of Medium Slate Blue #775EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.66%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 27.42%
G = 21.66%
B = 50.92%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#775EDD (or 0x775EDD) is known color: Medium Slate Blue. HEX triplet: 77, 5E and DD. RGB value is (119,94,221). Sum of RGB (Red+Green+Blue) = 119+94+221=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #775EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EDD is #88A122. Grayscale: #737373. Windows color (decimal): -8954147 or 14507639. OLE color: 14507639.

HSL color Cylindrical-coordinate representation of color #775EDD: hue angle of 251.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775EDD is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 94 221 -
CMYK 0.46 0.57 0 0.13
HSL 251.81º 0.65% 0.62% -
HSV(B) 251.81º 0.57% 0.87% -
XYZ 24.66 17.15 70.42 -
YUV 115.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 119 94 221 0.46 0.57 0 0.13 251.81 0.65 0.62
Hex 77 5E DD 2E 39 0 D FC 41 3E
Octal 167 136 335 56 71 0 15 374 101 76
Binary 1110111 1011110 11011101 101110 111001 0 1101 11111100 1000001 111110

Color Harmonies of #775EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EDD

Black with #775EDD

Text Example


Text Example

White with #775EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775EDD; }

 p { color: rgb(119,94,221); }

 H1.HeaderClassName
 {
   color: #775EDD;
 }
 .AnyTagClassName
 {
   color: #775EDD;
 }
</style>

background-color css

<style>
 a { background-color: #775EDD; }

 a { background-color: rgb(119,94,221); }

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

border-color css

<style>
 span { border-color: #775EDD; }

 span { border-color: rgb(119,94,221); }

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