Html Css Color HEX #786BFA Medium Slate Blue

📋 copy color: '#786BFA'

red 120 ◦ green 107 ◦ blue 250

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

Shades of Medium Slate Blue #786BFA

Tints of Medium Slate Blue #786BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 25.16%
G = 22.43%
B = 52.41%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#786BFA (or 0x786BFA) is known color: Medium Slate Blue. HEX triplet: 78, 6B and FA. RGB value is (120,107,250). Sum of RGB (Red+Green+Blue) = 120+107+250=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #786BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BFA is #879405. Grayscale: #7E7E7E. Windows color (decimal): -8885254 or 16411512. OLE color: 16411512.

HSL color Cylindrical-coordinate representation of color #786BFA: hue angle of 245.45º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #786BFA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 107 250 -
CMYK 0.52 0.57 0 0.02
HSL 245.45º 0.93% 0.7% -
HSV(B) 245.45º 0.57% 0.98% -
XYZ 30.26 21.41 92.98 -
YUV 127.19 197.31 122.87 -
System Red Green Blue C M Y K H S L
Decimal 120 107 250 0.52 0.57 0 0.02 245.45 0.93 0.7
Hex 78 6B FA 34 39 0 2 F5 5D 46
Octal 170 153 372 64 71 0 2 365 135 106
Binary 1111000 1101011 11111010 110100 111001 0 10 11110101 1011101 1000110

Color Harmonies of #786BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BFA

Black with #786BFA

Text Example


Text Example

White with #786BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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