Html Css Color HEX #775BFF Medium Slate Blue

📋 copy color: '#775BFF'

red 119 ◦ green 91 ◦ blue 255

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

Shades of Medium Slate Blue #775BFF

Tints of Medium Slate Blue #775BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.57%

 BLUE value IS 255 (100% from 255) = 54.84%

R = 25.59%
G = 19.57%
B = 54.84%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#775BFF (or 0x775BFF) is known color: Medium Slate Blue. HEX triplet: 77, 5B and FF. RGB value is (119,91,255). Sum of RGB (Red+Green+Blue) = 119+91+255=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #775BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775BFF is #88A400. Grayscale: #757575. Windows color (decimal): -8954881 or 16735095. OLE color: 16735095.

HSL color Cylindrical-coordinate representation of color #775BFF: hue angle of 250.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #775BFF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 91 255 -
CMYK 0.53 0.64 0 0
HSL 250.24º 1% 0.68% -
HSV(B) 250.24º 0.64% 1% -
XYZ 29.4 18.62 96.65 -
YUV 118.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 119 91 255 0.53 0.64 0 0 250.24 1 0.68
Hex 77 5B FF 35 40 0 0 FA 64 44
Octal 167 133 377 65 100 0 0 372 144 104
Binary 1110111 1011011 11111111 110101 1000000 0 0 11111010 1100100 1000100

Color Harmonies of #775BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BFF

Black with #775BFF

Text Example


Text Example

White with #775BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,91,255); }

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

background-color css

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

 a { background-color: rgb(119,91,255); }

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

border-color css

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

 span { border-color: rgb(119,91,255); }

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