Html Css Color HEX #7858FA Medium Slate Blue

📋 copy color: '#7858FA'

red 120 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #7858FA

Tints of Medium Slate Blue #7858FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.21%

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

R = 26.2%
G = 19.21%
B = 54.59%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7858FA (or 0x7858FA) is known color: Medium Slate Blue. HEX triplet: 78, 58 and FA. RGB value is (120,88,250). Sum of RGB (Red+Green+Blue) = 120+88+250=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #7858FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7858FA is #87A705. Grayscale: #737373. Windows color (decimal): -8890118 or 16406648. OLE color: 16406648.

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

Color convert

RGB 120 88 250 -
CMYK 0.52 0.65 0 0.02
HSL 251.85º 0.94% 0.66% -
HSV(B) 251.85º 0.65% 0.98% -
XYZ 28.49 17.87 92.39 -
YUV 116.04 203.6 130.83 -
System Red Green Blue C M Y K H S L
Decimal 120 88 250 0.52 0.65 0 0.02 251.85 0.94 0.66
Hex 78 58 FA 34 41 0 2 FC 5E 42
Octal 170 130 372 64 101 0 2 374 136 102
Binary 1111000 1011000 11111010 110100 1000001 0 10 11111100 1011110 1000010

Color Harmonies of #7858FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7858FA

Black with #7858FA

Text Example


Text Example

White with #7858FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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