Html Css Color HEX #766DEC Medium Slate Blue

📋 copy color: '#766DEC'

red 118 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #766DEC

Tints of Medium Slate Blue #766DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

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

R = 25.49%
G = 23.54%
B = 50.97%

CMYK

 C value IS 0.5

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#766DEC (or 0x766DEC) is known color: Medium Slate Blue. HEX triplet: 76, 6D and EC. RGB value is (118,109,236). Sum of RGB (Red+Green+Blue) = 118+109+236=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #766DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DEC is #899213. Grayscale: #7D7D7D. Windows color (decimal): -9015828 or 15494518. OLE color: 15494518.

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

Color convert

RGB 118 109 236 -
CMYK 0.5 0.54 0 0.07
HSL 244.25º 0.77% 0.68% -
HSV(B) 244.25º 0.54% 0.93% -
XYZ 28.08 20.84 81.9 -
YUV 126.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 118 109 236 0.5 0.54 0 0.07 244.25 0.77 0.68
Hex 76 6D EC 32 36 0 7 F4 4D 44
Octal 166 155 354 62 66 0 7 364 115 104
Binary 1110110 1101101 11101100 110010 110110 0 111 11110100 1001101 1000100

Color Harmonies of #766DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DEC

Black with #766DEC

Text Example


Text Example

White with #766DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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