Html Css Color HEX #766FDB Medium Slate Blue

📋 copy color: '#766FDB'

red 118 ◦ green 111 ◦ blue 219

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

Shades of Medium Slate Blue #766FDB

Tints of Medium Slate Blue #766FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.78%

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

R = 26.34%
G = 24.78%
B = 48.88%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#766FDB (or 0x766FDB) is known color: Medium Slate Blue. HEX triplet: 76, 6F and DB. RGB value is (118,111,219). Sum of RGB (Red+Green+Blue) = 118+111+219=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #766FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FDB is #899024. Grayscale: #7C7C7C. Windows color (decimal): -9015333 or 14380918. OLE color: 14380918.

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

Color convert

RGB 118 111 219 -
CMYK 0.46 0.49 0 0.14
HSL 243.89º 0.6% 0.65% -
HSV(B) 243.89º 0.49% 0.86% -
XYZ 25.94 20.33 69.58 -
YUV 125.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 118 111 219 0.46 0.49 0 0.14 243.89 0.6 0.65
Hex 76 6F DB 2E 31 0 E F4 3C 41
Octal 166 157 333 56 61 0 16 364 74 101
Binary 1110110 1101111 11011011 101110 110001 0 1110 11110100 111100 1000001

Color Harmonies of #766FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FDB

Black with #766FDB

Text Example


Text Example

White with #766FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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