Html Css Color HEX #766BDB Medium Slate Blue

📋 copy color: '#766BDB'

red 118 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #766BDB

Tints of Medium Slate Blue #766BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.1%

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

R = 26.58%
G = 24.1%
B = 49.32%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#766BDB (or 0x766BDB) is known color: Medium Slate Blue. HEX triplet: 76, 6B and DB. RGB value is (118,107,219). Sum of RGB (Red+Green+Blue) = 118+107+219=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #766BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BDB is #899424. Grayscale: #7A7A7A. Windows color (decimal): -9016357 or 14379894. OLE color: 14379894.

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

Color convert

RGB 118 107 219 -
CMYK 0.46 0.51 0 0.14
HSL 245.89º 0.61% 0.64% -
HSV(B) 245.89º 0.51% 0.86% -
XYZ 25.52 19.48 69.43 -
YUV 123.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 118 107 219 0.46 0.51 0 0.14 245.89 0.61 0.64
Hex 76 6B DB 2E 33 0 E F6 3D 40
Octal 166 153 333 56 63 0 16 366 75 100
Binary 1110110 1101011 11011011 101110 110011 0 1110 11110110 111101 1000000

Color Harmonies of #766BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BDB

Black with #766BDB

Text Example


Text Example

White with #766BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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