Html Css Color HEX #766DDA Medium Slate Blue

📋 copy color: '#766DDA'

red 118 ◦ green 109 ◦ blue 218

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

Shades of Medium Slate Blue #766DDA

Tints of Medium Slate Blue #766DDA

RGB

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

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

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

R = 26.52%
G = 24.49%
B = 48.99%

CMYK

 C value IS 0.46

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#766DDA (or 0x766DDA) is known color: Medium Slate Blue. HEX triplet: 76, 6D and DA. RGB value is (118,109,218). Sum of RGB (Red+Green+Blue) = 118+109+218=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #766DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DDA is #899225. Grayscale: #7B7B7B. Windows color (decimal): -9015846 or 14314870. OLE color: 14314870.

HSL color Cylindrical-coordinate representation of color #766DDA: hue angle of 244.95º degrees, saturation: 0.6, 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 #766DDA is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 109 218 -
CMYK 0.46 0.5 0 0.15
HSL 244.95º 0.6% 0.64% -
HSV(B) 244.95º 0.5% 0.85% -
XYZ 25.59 19.85 68.81 -
YUV 124.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 118 109 218 0.46 0.5 0 0.15 244.95 0.6 0.64
Hex 76 6D DA 2E 32 0 F F5 3C 40
Octal 166 155 332 56 62 0 17 365 74 100
Binary 1110110 1101101 11011010 101110 110010 0 1111 11110101 111100 1000000

Color Harmonies of #766DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DDA

Black with #766DDA

Text Example


Text Example

White with #766DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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