Html Css Color HEX #775BEC Medium Slate Blue

📋 copy color: '#775BEC'

red 119 ◦ green 91 ◦ blue 236

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

Shades of Medium Slate Blue #775BEC

Tints of Medium Slate Blue #775BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 26.68%
G = 20.4%
B = 52.91%

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

#775BEC (or 0x775BEC) is known color: Medium Slate Blue. HEX triplet: 77, 5B and EC. RGB value is (119,91,236). Sum of RGB (Red+Green+Blue) = 119+91+236=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #775BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775BEC is #88A413. Grayscale: #737373. Windows color (decimal): -8954900 or 15489911. OLE color: 15489911.

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

Color convert

RGB 119 91 236 -
CMYK 0.50 0.61 0 0.07
HSL 251.59º 0.79% 0.64% -
HSV(B) 251.59º 0.61% 0.93% -
XYZ 26.49 17.46 81.33 -
YUV 115.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 119 91 236 0.50 0.61 0 0.07 251.59 0.79 0.64
Hex 77 5B EC 32 3D 0 7 FC 4F 40
Octal 167 133 354 62 75 0 7 374 117 100
Binary 1110111 1011011 11101100 110010 111101 0 111 11111100 1001111 1000000

Color Harmonies of #775BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BEC

Black with #775BEC

Text Example


Text Example

White with #775BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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