Html Css Color HEX #7863FA Medium Slate Blue

📋 copy color: '#7863FA'

red 120 ◦ green 99 ◦ blue 250

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

Shades of Medium Slate Blue #7863FA

Tints of Medium Slate Blue #7863FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.11%

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

R = 25.59%
G = 21.11%
B = 53.3%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7863FA (or 0x7863FA) is known color: Medium Slate Blue. HEX triplet: 78, 63 and FA. RGB value is (120,99,250). Sum of RGB (Red+Green+Blue) = 120+99+250=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #7863FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7863FA is #879C05. Grayscale: #797979. Windows color (decimal): -8887302 or 16409464. OLE color: 16409464.

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

Color convert

RGB 120 99 250 -
CMYK 0.52 0.60 0 0.02
HSL 248.34º 0.94% 0.68% -
HSV(B) 248.34º 0.6% 0.98% -
XYZ 29.46 19.82 92.72 -
YUV 122.49 199.96 126.22 -
System Red Green Blue C M Y K H S L
Decimal 120 99 250 0.52 0.60 0 0.02 248.34 0.94 0.68
Hex 78 63 FA 34 3C 0 2 F8 5E 44
Octal 170 143 372 64 74 0 2 370 136 104
Binary 1111000 1100011 11111010 110100 111100 0 10 11111000 1011110 1000100

Color Harmonies of #7863FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7863FA

Black with #7863FA

Text Example


Text Example

White with #7863FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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