Html Css Color HEX #766ADB Medium Slate Blue

📋 copy color: '#766ADB'

red 118 ◦ green 106 ◦ blue 219

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

Shades of Medium Slate Blue #766ADB

Tints of Medium Slate Blue #766ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.93%

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

R = 26.64%
G = 23.93%
B = 49.44%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#766ADB (or 0x766ADB) is known color: Medium Slate Blue. HEX triplet: 76, 6A and DB. RGB value is (118,106,219). Sum of RGB (Red+Green+Blue) = 118+106+219=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #766ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ADB is #899524. Grayscale: #7A7A7A. Windows color (decimal): -9016613 or 14379638. OLE color: 14379638.

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

Color convert

RGB 118 106 219 -
CMYK 0.46 0.52 0 0.14
HSL 246.37º 0.61% 0.64% -
HSV(B) 246.37º 0.52% 0.86% -
XYZ 25.41 19.27 69.4 -
YUV 122.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 118 106 219 0.46 0.52 0 0.14 246.37 0.61 0.64
Hex 76 6A DB 2E 34 0 E F6 3D 40
Octal 166 152 333 56 64 0 16 366 75 100
Binary 1110110 1101010 11011011 101110 110100 0 1110 11110110 111101 1000000

Color Harmonies of #766ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ADB

Black with #766ADB

Text Example


Text Example

White with #766ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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