Html Css Color HEX #7851FA Medium Slate Blue

📋 copy color: '#7851FA'

red 120 ◦ green 81 ◦ blue 250

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

Shades of Medium Slate Blue #7851FA

Tints of Medium Slate Blue #7851FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.96%

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

R = 26.61%
G = 17.96%
B = 55.43%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7851FA (or 0x7851FA) is known color: Medium Slate Blue. HEX triplet: 78, 51 and FA. RGB value is (120,81,250). Sum of RGB (Red+Green+Blue) = 120+81+250=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #7851FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7851FA is #87AE05. Grayscale: #6F6F6F. Windows color (decimal): -8891910 or 16404856. OLE color: 16404856.

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

Color convert

RGB 120 81 250 -
CMYK 0.52 0.68 0 0.02
HSL 253.85º 0.94% 0.65% -
HSV(B) 253.85º 0.68% 0.98% -
XYZ 27.94 16.78 92.21 -
YUV 111.93 205.92 133.76 -
System Red Green Blue C M Y K H S L
Decimal 120 81 250 0.52 0.68 0 0.02 253.85 0.94 0.65
Hex 78 51 FA 34 44 0 2 FE 5E 41
Octal 170 121 372 64 104 0 2 376 136 101
Binary 1111000 1010001 11111010 110100 1000100 0 10 11111110 1011110 1000001

Color Harmonies of #7851FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7851FA

Black with #7851FA

Text Example


Text Example

White with #7851FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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