Html Css Color HEX #7858FF Medium Slate Blue

📋 copy color: '#7858FF'

red 120 ◦ green 88 ◦ blue 255

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

Shades of Medium Slate Blue #7858FF

Tints of Medium Slate Blue #7858FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 25.92%
G = 19.01%
B = 55.08%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7858FF (or 0x7858FF) is known color: Medium Slate Blue. HEX triplet: 78, 58 and FF. RGB value is (120,88,255). Sum of RGB (Red+Green+Blue) = 120+88+255=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #7858FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7858FF is #87A700. Grayscale: #737373. Windows color (decimal): -8890113 or 16734328. OLE color: 16734328.

HSL color Cylindrical-coordinate representation of color #7858FF: hue angle of 251.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7858FF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 88 255 -
CMYK 0.53 0.65 0 0
HSL 251.5º 1% 0.67% -
HSV(B) 251.5º 0.65% 1% -
XYZ 29.29 18.19 96.58 -
YUV 116.61 206.1 130.42 -
System Red Green Blue C M Y K H S L
Decimal 120 88 255 0.53 0.65 0 0 251.5 1 0.67
Hex 78 58 FF 35 41 0 0 FB 64 43
Octal 170 130 377 65 101 0 0 373 144 103
Binary 1111000 1011000 11111111 110101 1000001 0 0 11111011 1100100 1000011

Color Harmonies of #7858FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7858FF

Black with #7858FF

Text Example


Text Example

White with #7858FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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