Html Css Color HEX #775BED Medium Slate Blue

📋 copy color: '#775BED'

red 119 ◦ green 91 ◦ blue 237

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

Shades of Medium Slate Blue #775BED

Tints of Medium Slate Blue #775BED

RGB

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

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

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

R = 26.62%
G = 20.36%
B = 53.02%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#775BED (or 0x775BED) is known color: Medium Slate Blue. HEX triplet: 77, 5B and ED. RGB value is (119,91,237). Sum of RGB (Red+Green+Blue) = 119+91+237=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #775BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775BED is #88A412. Grayscale: #737373. Windows color (decimal): -8954899 or 15555447. OLE color: 15555447.

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

Color convert

RGB 119 91 237 -
CMYK 0.50 0.62 0 0.07
HSL 251.51º 0.8% 0.64% -
HSV(B) 251.51º 0.62% 0.93% -
XYZ 26.63 17.52 82.1 -
YUV 116.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 119 91 237 0.50 0.62 0 0.07 251.51 0.8 0.64
Hex 77 5B ED 32 3E 0 7 FC 50 40
Octal 167 133 355 62 76 0 7 374 120 100
Binary 1110111 1011011 11101101 110010 111110 0 111 11111100 1010000 1000000

Color Harmonies of #775BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BED

Black with #775BED

Text Example


Text Example

White with #775BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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