Html Css Color HEX #7850FA Medium Slate Blue

📋 copy color: '#7850FA'

red 120 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #7850FA

Tints of Medium Slate Blue #7850FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

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

R = 26.67%
G = 17.78%
B = 55.56%

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

#7850FA (or 0x7850FA) is known color: Medium Slate Blue. HEX triplet: 78, 50 and FA. RGB value is (120,80,250). Sum of RGB (Red+Green+Blue) = 120+80+250=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #7850FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7850FA is #87AF05. Grayscale: #6E6E6E. Windows color (decimal): -8892166 or 16404600. OLE color: 16404600.

HSL color Cylindrical-coordinate representation of color #7850FA: hue angle of 254.12º 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 #7850FA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 80 250 -
CMYK 0.52 0.68 0 0.02
HSL 254.12º 0.94% 0.65% -
HSV(B) 254.12º 0.68% 0.98% -
XYZ 27.87 16.63 92.18 -
YUV 111.34 206.25 134.18 -
System Red Green Blue C M Y K H S L
Decimal 120 80 250 0.52 0.68 0 0.02 254.12 0.94 0.65
Hex 78 50 FA 34 44 0 2 FE 5E 41
Octal 170 120 372 64 104 0 2 376 136 101
Binary 1111000 1010000 11111010 110100 1000100 0 10 11111110 1011110 1000001

Color Harmonies of #7850FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7850FA

Black with #7850FA

Text Example


Text Example

White with #7850FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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