Html Css Color HEX #7866DD Medium Slate Blue

📋 copy color: '#7866DD'

red 120 ◦ green 102 ◦ blue 221

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

Shades of Medium Slate Blue #7866DD

Tints of Medium Slate Blue #7866DD

RGB

 RED value IS 120 (47.27% from 255) = 27.09%

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 27.09%
G = 23.02%
B = 49.89%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7866DD (or 0x7866DD) is known color: Medium Slate Blue. HEX triplet: 78, 66 and DD. RGB value is (120,102,221). Sum of RGB (Red+Green+Blue) = 120+102+221=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #7866DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866DD is #879922. Grayscale: #787878. Windows color (decimal): -8886563 or 14509688. OLE color: 14509688.

HSL color Cylindrical-coordinate representation of color #7866DD: hue angle of 249.08º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7866DD is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 102 221 -
CMYK 0.46 0.54 0 0.13
HSL 249.08º 0.64% 0.63% -
HSV(B) 249.08º 0.54% 0.87% -
XYZ 25.55 18.72 70.67 -
YUV 120.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 120 102 221 0.46 0.54 0 0.13 249.08 0.64 0.63
Hex 78 66 DD 2E 36 0 D F9 40 3F
Octal 170 146 335 56 66 0 15 371 100 77
Binary 1111000 1100110 11011101 101110 110110 0 1101 11111001 1000000 111111

Color Harmonies of #7866DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7866DD

Black with #7866DD

Text Example


Text Example

White with #7866DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7866DD; }

 p { color: rgb(120,102,221); }

 H1.HeaderClassName
 {
   color: #7866DD;
 }
 .AnyTagClassName
 {
   color: #7866DD;
 }
</style>

background-color css

<style>
 a { background-color: #7866DD; }

 a { background-color: rgb(120,102,221); }

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

border-color css

<style>
 span { border-color: #7866DD; }

 span { border-color: rgb(120,102,221); }

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