Html Css Color HEX #766EDD Medium Slate Blue

📋 copy color: '#766EDD'

red 118 ◦ green 110 ◦ blue 221

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

Shades of Medium Slate Blue #766EDD

Tints of Medium Slate Blue #766EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 26.28%
G = 24.5%
B = 49.22%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#766EDD (or 0x766EDD) is known color: Medium Slate Blue. HEX triplet: 76, 6E and DD. RGB value is (118,110,221). Sum of RGB (Red+Green+Blue) = 118+110+221=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #766EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EDD is #899122. Grayscale: #7C7C7C. Windows color (decimal): -9015587 or 14511734. OLE color: 14511734.

HSL color Cylindrical-coordinate representation of color #766EDD: hue angle of 244.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766EDD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 110 221 -
CMYK 0.47 0.50 0 0.13
HSL 244.32º 0.62% 0.65% -
HSV(B) 244.32º 0.5% 0.87% -
XYZ 26.1 20.22 70.93 -
YUV 125.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 118 110 221 0.47 0.50 0 0.13 244.32 0.62 0.65
Hex 76 6E DD 2F 32 0 D F4 3E 41
Octal 166 156 335 57 62 0 15 364 76 101
Binary 1110110 1101110 11011101 101111 110010 0 1101 11110100 111110 1000001

Color Harmonies of #766EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EDD

Black with #766EDD

Text Example


Text Example

White with #766EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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