Html Css Color HEX #7860FA Medium Slate Blue

📋 copy color: '#7860FA'

red 120 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #7860FA

Tints of Medium Slate Blue #7860FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.6%

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

R = 25.75%
G = 20.6%
B = 53.65%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7860FA (or 0x7860FA) is known color: Medium Slate Blue. HEX triplet: 78, 60 and FA. RGB value is (120,96,250). Sum of RGB (Red+Green+Blue) = 120+96+250=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #7860FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7860FA is #879F05. Grayscale: #787878. Windows color (decimal): -8888070 or 16408696. OLE color: 16408696.

HSL color Cylindrical-coordinate representation of color #7860FA: hue angle of 249.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7860FA is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 96 250 -
CMYK 0.52 0.62 0 0.02
HSL 249.35º 0.94% 0.68% -
HSV(B) 249.35º 0.62% 0.98% -
XYZ 29.18 19.26 92.62 -
YUV 120.73 200.95 127.48 -
System Red Green Blue C M Y K H S L
Decimal 120 96 250 0.52 0.62 0 0.02 249.35 0.94 0.68
Hex 78 60 FA 34 3E 0 2 F9 5E 44
Octal 170 140 372 64 76 0 2 371 136 104
Binary 1111000 1100000 11111010 110100 111110 0 10 11111001 1011110 1000100

Color Harmonies of #7860FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7860FA

Black with #7860FA

Text Example


Text Example

White with #7860FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7860FA; }

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

 H1.HeaderClassName
 {
   color: #7860FA;
 }
 .AnyTagClassName
 {
   color: #7860FA;
 }
</style>

background-color css

<style>
 a { background-color: #7860FA; }

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

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

border-color css

<style>
 span { border-color: #7860FA; }

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

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