Html Css Color HEX #766DDB Medium Slate Blue

📋 copy color: '#766DDB'

red 118 ◦ green 109 ◦ blue 219

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

Shades of Medium Slate Blue #766DDB

Tints of Medium Slate Blue #766DDB

RGB

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

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

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

R = 26.46%
G = 24.44%
B = 49.1%

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

#766DDB (or 0x766DDB) is known color: Medium Slate Blue. HEX triplet: 76, 6D and DB. RGB value is (118,109,219). Sum of RGB (Red+Green+Blue) = 118+109+219=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #766DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DDB is #899224. Grayscale: #7B7B7B. Windows color (decimal): -9015845 or 14380406. OLE color: 14380406.

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

Color convert

RGB 118 109 219 -
CMYK 0.46 0.50 0 0.14
HSL 244.91º 0.6% 0.64% -
HSV(B) 244.91º 0.5% 0.86% -
XYZ 25.73 19.9 69.5 -
YUV 124.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 118 109 219 0.46 0.50 0 0.14 244.91 0.6 0.64
Hex 76 6D DB 2E 32 0 E F5 3C 40
Octal 166 155 333 56 62 0 16 365 74 100
Binary 1110110 1101101 11011011 101110 110010 0 1110 11110101 111100 1000000

Color Harmonies of #766DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DDB

Black with #766DDB

Text Example


Text Example

White with #766DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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