Html Css Color HEX #766FEC Medium Slate Blue

📋 copy color: '#766FEC'

red 118 ◦ green 111 ◦ blue 236

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

Shades of Medium Slate Blue #766FEC

Tints of Medium Slate Blue #766FEC

RGB

 RED value IS 118 (46.48% from 255) = 25.38%

 GREEN value IS 111 (43.75% from 255) = 23.87%

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

R = 25.38%
G = 23.87%
B = 50.75%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#766FEC (or 0x766FEC) is known color: Medium Slate Blue. HEX triplet: 76, 6F and EC. RGB value is (118,111,236). Sum of RGB (Red+Green+Blue) = 118+111+236=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #766FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FEC is #899013. Grayscale: #7E7E7E. Windows color (decimal): -9015316 or 15495030. OLE color: 15495030.

HSL color Cylindrical-coordinate representation of color #766FEC: hue angle of 243.36º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766FEC is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 111 236 -
CMYK 0.5 0.53 0 0.07
HSL 243.36º 0.77% 0.68% -
HSV(B) 243.36º 0.53% 0.93% -
XYZ 28.3 21.28 81.97 -
YUV 127.34 189.32 121.34 -
System Red Green Blue C M Y K H S L
Decimal 118 111 236 0.5 0.53 0 0.07 243.36 0.77 0.68
Hex 76 6F EC 32 35 0 7 F3 4D 44
Octal 166 157 354 62 65 0 7 363 115 104
Binary 1110110 1101111 11101100 110010 110101 0 111 11110011 1001101 1000100

Color Harmonies of #766FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FEC

Black with #766FEC

Text Example


Text Example

White with #766FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766FEC; }

 p { color: rgb(118,111,236); }

 H1.HeaderClassName
 {
   color: #766FEC;
 }
 .AnyTagClassName
 {
   color: #766FEC;
 }
</style>

background-color css

<style>
 a { background-color: #766FEC; }

 a { background-color: rgb(118,111,236); }

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

border-color css

<style>
 span { border-color: #766FEC; }

 span { border-color: rgb(118,111,236); }

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