Html Css Color HEX #775EED Medium Slate Blue

📋 copy color: '#775EED'

red 119 ◦ green 94 ◦ blue 237

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

Shades of Medium Slate Blue #775EED

Tints of Medium Slate Blue #775EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 26.44%
G = 20.89%
B = 52.67%

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

#775EED (or 0x775EED) is known color: Medium Slate Blue. HEX triplet: 77, 5E and ED. RGB value is (119,94,237). Sum of RGB (Red+Green+Blue) = 119+94+237=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #775EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775EED is #88A112. Grayscale: #757575. Windows color (decimal): -8954131 or 15556215. OLE color: 15556215.

HSL color Cylindrical-coordinate representation of color #775EED: hue angle of 250.49º degrees, saturation: 0.8, 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 #775EED is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 94 237 -
CMYK 0.50 0.60 0 0.07
HSL 250.49º 0.8% 0.65% -
HSV(B) 250.49º 0.6% 0.93% -
XYZ 26.9 18.04 82.19 -
YUV 117.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 119 94 237 0.50 0.60 0 0.07 250.49 0.8 0.65
Hex 77 5E ED 32 3C 0 7 FA 50 41
Octal 167 136 355 62 74 0 7 372 120 101
Binary 1110111 1011110 11101101 110010 111100 0 111 11111010 1010000 1000001

Color Harmonies of #775EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EED

Black with #775EED

Text Example


Text Example

White with #775EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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