Html Css Color HEX #7855FE Medium Slate Blue

📋 copy color: '#7855FE'

red 120 ◦ green 85 ◦ blue 254

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

Shades of Medium Slate Blue #7855FE

Tints of Medium Slate Blue #7855FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 26.14%
G = 18.52%
B = 55.34%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7855FE (or 0x7855FE) is known color: Medium Slate Blue. HEX triplet: 78, 55 and FE. RGB value is (120,85,254). Sum of RGB (Red+Green+Blue) = 120+85+254=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #7855FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7855FE is #87AA01. Grayscale: #727272. Windows color (decimal): -8890882 or 16668024. OLE color: 16668024.

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

Color convert

RGB 120 85 254 -
CMYK 0.53 0.67 0 0.00
HSL 252.43º 0.99% 0.66% -
HSV(B) 252.43º 0.67% 1% -
XYZ 28.88 17.65 95.65 -
YUV 114.73 206.6 131.76 -
System Red Green Blue C M Y K H S L
Decimal 120 85 254 0.53 0.67 0 0.00 252.43 0.99 0.66
Hex 78 55 FE 35 43 0 0 FC 63 42
Octal 170 125 376 65 103 0 0 374 143 102
Binary 1111000 1010101 11111110 110101 1000011 0 0 11111100 1100011 1000010

Color Harmonies of #7855FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7855FE

Black with #7855FE

Text Example


Text Example

White with #7855FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7855FE; }

 p { color: rgb(120,85,254); }

 H1.HeaderClassName
 {
   color: #7855FE;
 }
 .AnyTagClassName
 {
   color: #7855FE;
 }
</style>

background-color css

<style>
 a { background-color: #7855FE; }

 a { background-color: rgb(120,85,254); }

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

border-color css

<style>
 span { border-color: #7855FE; }

 span { border-color: rgb(120,85,254); }

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