Html Css Color HEX #766EDA Medium Slate Blue

📋 copy color: '#766EDA'

red 118 ◦ green 110 ◦ blue 218

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

Shades of Medium Slate Blue #766EDA

Tints of Medium Slate Blue #766EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 26.46%
G = 24.66%
B = 48.88%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#766EDA (or 0x766EDA) is known color: Medium Slate Blue. HEX triplet: 76, 6E and DA. RGB value is (118,110,218). Sum of RGB (Red+Green+Blue) = 118+110+218=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #766EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EDA is #899125. Grayscale: #7C7C7C. Windows color (decimal): -9015590 or 14315126. OLE color: 14315126.

HSL color Cylindrical-coordinate representation of color #766EDA: hue angle of 244.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766EDA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 110 218 -
CMYK 0.46 0.50 0 0.15
HSL 244.44º 0.59% 0.64% -
HSV(B) 244.44º 0.5% 0.85% -
XYZ 25.7 20.07 68.85 -
YUV 124.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 118 110 218 0.46 0.50 0 0.15 244.44 0.59 0.64
Hex 76 6E DA 2E 32 0 F F4 3B 40
Octal 166 156 332 56 62 0 17 364 73 100
Binary 1110110 1101110 11011010 101110 110010 0 1111 11110100 111011 1000000

Color Harmonies of #766EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EDA

Black with #766EDA

Text Example


Text Example

White with #766EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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