Html Css Color HEX #766ADC Medium Slate Blue

📋 copy color: '#766ADC'

red 118 ◦ green 106 ◦ blue 220

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

Shades of Medium Slate Blue #766ADC

Tints of Medium Slate Blue #766ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 26.58%
G = 23.87%
B = 49.55%

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

#766ADC (or 0x766ADC) is known color: Medium Slate Blue. HEX triplet: 76, 6A and DC. RGB value is (118,106,220). Sum of RGB (Red+Green+Blue) = 118+106+220=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #766ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ADC is #899523. Grayscale: #7A7A7A. Windows color (decimal): -9016612 or 14445174. OLE color: 14445174.

HSL color Cylindrical-coordinate representation of color #766ADC: hue angle of 246.32º degrees, saturation: 0.62, 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 #766ADC is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 106 220 -
CMYK 0.46 0.52 0 0.14
HSL 246.32º 0.62% 0.64% -
HSV(B) 246.32º 0.52% 0.86% -
XYZ 25.54 19.33 70.09 -
YUV 122.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 118 106 220 0.46 0.52 0 0.14 246.32 0.62 0.64
Hex 76 6A DC 2E 34 0 E F6 3E 40
Octal 166 152 334 56 64 0 16 366 76 100
Binary 1110110 1101010 11011100 101110 110100 0 1110 11110110 111110 1000000

Color Harmonies of #766ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ADC

Black with #766ADC

Text Example


Text Example

White with #766ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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