Html Css Color HEX #786BDD Medium Slate Blue

📋 copy color: '#786BDD'

red 120 ◦ green 107 ◦ blue 221

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

Shades of Medium Slate Blue #786BDD

Tints of Medium Slate Blue #786BDD

RGB

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

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

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

R = 26.79%
G = 23.88%
B = 49.33%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#786BDD (or 0x786BDD) is known color: Medium Slate Blue. HEX triplet: 78, 6B and DD. RGB value is (120,107,221). Sum of RGB (Red+Green+Blue) = 120+107+221=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #786BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BDD is #879422. Grayscale: #7B7B7B. Windows color (decimal): -8885283 or 14510968. OLE color: 14510968.

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

Color convert

RGB 120 107 221 -
CMYK 0.46 0.52 0 0.13
HSL 246.84º 0.63% 0.64% -
HSV(B) 246.84º 0.52% 0.87% -
XYZ 26.05 19.73 70.84 -
YUV 123.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 120 107 221 0.46 0.52 0 0.13 246.84 0.63 0.64
Hex 78 6B DD 2E 34 0 D F7 3F 40
Octal 170 153 335 56 64 0 15 367 77 100
Binary 1111000 1101011 11011101 101110 110100 0 1101 11110111 111111 1000000

Color Harmonies of #786BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BDD

Black with #786BDD

Text Example


Text Example

White with #786BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786BDD; }

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

 H1.HeaderClassName
 {
   color: #786BDD;
 }
 .AnyTagClassName
 {
   color: #786BDD;
 }
</style>

background-color css

<style>
 a { background-color: #786BDD; }

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

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

border-color css

<style>
 span { border-color: #786BDD; }

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

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