Html Css Color HEX #786CE0 Medium Slate Blue

📋 copy color: '#786CE0'

red 120 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #786CE0

Tints of Medium Slate Blue #786CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 26.55%
G = 23.89%
B = 49.56%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#786CE0 (or 0x786CE0) is known color: Medium Slate Blue. HEX triplet: 78, 6C and E0. RGB value is (120,108,224). Sum of RGB (Red+Green+Blue) = 120+108+224=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #786CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CE0 is #87931F. Grayscale: #7C7C7C. Windows color (decimal): -8885024 or 14707832. OLE color: 14707832.

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

Color convert

RGB 120 108 224 -
CMYK 0.46 0.52 0 0.12
HSL 246.21º 0.65% 0.65% -
HSV(B) 246.21º 0.52% 0.88% -
XYZ 26.56 20.1 73 -
YUV 124.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 120 108 224 0.46 0.52 0 0.12 246.21 0.65 0.65
Hex 78 6C E0 2E 34 0 C F6 41 41
Octal 170 154 340 56 64 0 14 366 101 101
Binary 1111000 1101100 11100000 101110 110100 0 1100 11110110 1000001 1000001

Color Harmonies of #786CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786CE0

Black with #786CE0

Text Example


Text Example

White with #786CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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