Html Css Color HEX #766EDB Medium Slate Blue

📋 copy color: '#766EDB'

red 118 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #766EDB

Tints of Medium Slate Blue #766EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 26.4%
G = 24.61%
B = 48.99%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#766EDB (or 0x766EDB) is known color: Medium Slate Blue. HEX triplet: 76, 6E and DB. RGB value is (118,110,219). Sum of RGB (Red+Green+Blue) = 118+110+219=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #766EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EDB is #899124. Grayscale: #7C7C7C. Windows color (decimal): -9015589 or 14380662. OLE color: 14380662.

HSL color Cylindrical-coordinate representation of color #766EDB: hue angle of 244.4º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766EDB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 110 219 -
CMYK 0.46 0.50 0 0.14
HSL 244.4º 0.6% 0.65% -
HSV(B) 244.4º 0.5% 0.86% -
XYZ 25.83 20.12 69.54 -
YUV 124.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 118 110 219 0.46 0.50 0 0.14 244.4 0.6 0.65
Hex 76 6E DB 2E 32 0 E F4 3C 41
Octal 166 156 333 56 62 0 16 364 74 101
Binary 1110110 1101110 11011011 101110 110010 0 1110 11110100 111100 1000001

Color Harmonies of #766EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EDB

Black with #766EDB

Text Example


Text Example

White with #766EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,219); }

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

background-color css

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

 a { background-color: rgb(118,110,219); }

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

border-color css

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

 span { border-color: rgb(118,110,219); }

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