Html Css Color HEX #775EEC Medium Slate Blue

📋 copy color: '#775EEC'

red 119 ◦ green 94 ◦ blue 236

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

Shades of Medium Slate Blue #775EEC

Tints of Medium Slate Blue #775EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 26.5%
G = 20.94%
B = 52.56%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#775EEC (or 0x775EEC) is known color: Medium Slate Blue. HEX triplet: 77, 5E and EC. RGB value is (119,94,236). Sum of RGB (Red+Green+Blue) = 119+94+236=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #775EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775EEC is #88A113. Grayscale: #757575. Windows color (decimal): -8954132 or 15490679. OLE color: 15490679.

HSL color Cylindrical-coordinate representation of color #775EEC: hue angle of 250.56º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775EEC is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 94 236 -
CMYK 0.50 0.60 0 0.07
HSL 250.56º 0.79% 0.65% -
HSV(B) 250.56º 0.6% 0.93% -
XYZ 26.75 17.98 81.42 -
YUV 117.66 194.78 128.95 -
System Red Green Blue C M Y K H S L
Decimal 119 94 236 0.50 0.60 0 0.07 250.56 0.79 0.65
Hex 77 5E EC 32 3C 0 7 FB 4F 41
Octal 167 136 354 62 74 0 7 373 117 101
Binary 1110111 1011110 11101100 110010 111100 0 111 11111011 1001111 1000001

Color Harmonies of #775EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EEC

Black with #775EEC

Text Example


Text Example

White with #775EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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