Html Css Color HEX #775CE9 Medium Slate Blue

📋 copy color: '#775CE9'

red 119 ◦ green 92 ◦ blue 233

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

Shades of Medium Slate Blue #775CE9

Tints of Medium Slate Blue #775CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.48%

R = 26.8%
G = 20.72%
B = 52.48%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#775CE9 (or 0x775CE9) is known color: Medium Slate Blue. HEX triplet: 77, 5C and E9. RGB value is (119,92,233). Sum of RGB (Red+Green+Blue) = 119+92+233=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #775CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775CE9 is #88A316. Grayscale: #737373. Windows color (decimal): -8954647 or 15293559. OLE color: 15293559.

HSL color Cylindrical-coordinate representation of color #775CE9: hue angle of 251.49º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775CE9 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 92 233 -
CMYK 0.49 0.61 0 0.09
HSL 251.49º 0.76% 0.64% -
HSV(B) 251.49º 0.61% 0.91% -
XYZ 26.14 17.46 79.08 -
YUV 116.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 119 92 233 0.49 0.61 0 0.09 251.49 0.76 0.64
Hex 77 5C E9 31 3D 0 9 FB 4C 40
Octal 167 134 351 61 75 0 11 373 114 100
Binary 1110111 1011100 11101001 110001 111101 0 1001 11111011 1001100 1000000

Color Harmonies of #775CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CE9

Black with #775CE9

Text Example


Text Example

White with #775CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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