Html Css Color HEX #786CDF Medium Slate Blue

📋 copy color: '#786CDF'

red 120 ◦ green 108 ◦ blue 223

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

Shades of Medium Slate Blue #786CDF

Tints of Medium Slate Blue #786CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.95%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 26.61%
G = 23.95%
B = 49.45%

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

#786CDF (or 0x786CDF) is known color: Medium Slate Blue. HEX triplet: 78, 6C and DF. RGB value is (120,108,223). Sum of RGB (Red+Green+Blue) = 120+108+223=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #786CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CDF is #879320. Grayscale: #7C7C7C. Windows color (decimal): -8885025 or 14642296. OLE color: 14642296.

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

Color convert

RGB 120 108 223 -
CMYK 0.46 0.52 0 0.13
HSL 246.26º 0.64% 0.65% -
HSV(B) 246.26º 0.52% 0.87% -
XYZ 26.43 20.05 72.29 -
YUV 124.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 120 108 223 0.46 0.52 0 0.13 246.26 0.64 0.65
Hex 78 6C DF 2E 34 0 D F6 40 41
Octal 170 154 337 56 64 0 15 366 100 101
Binary 1111000 1101100 11011111 101110 110100 0 1101 11110110 1000000 1000001

Color Harmonies of #786CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786CDF

Black with #786CDF

Text Example


Text Example

White with #786CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,108,223); }

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

background-color css

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

 a { background-color: rgb(120,108,223); }

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

border-color css

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

 span { border-color: rgb(120,108,223); }

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