Html Css Color HEX #775CEE Medium Slate Blue

📋 copy color: '#775CEE'

red 119 ◦ green 92 ◦ blue 238

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

Shades of Medium Slate Blue #775CEE

Tints of Medium Slate Blue #775CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.49%

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 26.5%
G = 20.49%
B = 53.01%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#775CEE (or 0x775CEE) is known color: Medium Slate Blue. HEX triplet: 77, 5C and EE. RGB value is (119,92,238). Sum of RGB (Red+Green+Blue) = 119+92+238=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #775CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775CEE is #88A311. Grayscale: #747474. Windows color (decimal): -8954642 or 15621239. OLE color: 15621239.

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

Color convert

RGB 119 92 238 -
CMYK 0.50 0.61 0 0.07
HSL 251.1º 0.81% 0.65% -
HSV(B) 251.1º 0.61% 0.93% -
XYZ 26.87 17.75 82.9 -
YUV 116.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 119 92 238 0.50 0.61 0 0.07 251.1 0.81 0.65
Hex 77 5C EE 32 3D 0 7 FB 51 41
Octal 167 134 356 62 75 0 7 373 121 101
Binary 1110111 1011100 11101110 110010 111101 0 111 11111011 1010001 1000001

Color Harmonies of #775CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CEE

Black with #775CEE

Text Example


Text Example

White with #775CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,92,238); }

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

background-color css

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

 a { background-color: rgb(119,92,238); }

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

border-color css

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

 span { border-color: rgb(119,92,238); }

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