Html Css Color HEX #785FFE Medium Slate Blue

📋 copy color: '#785FFE'

red 120 ◦ green 95 ◦ blue 254

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

Shades of Medium Slate Blue #785FFE

Tints of Medium Slate Blue #785FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.26%

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

R = 25.59%
G = 20.26%
B = 54.16%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#785FFE (or 0x785FFE) is known color: Medium Slate Blue. HEX triplet: 78, 5F and FE. RGB value is (120,95,254). Sum of RGB (Red+Green+Blue) = 120+95+254=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #785FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FFE is #87A001. Grayscale: #777777. Windows color (decimal): -8888322 or 16670584. OLE color: 16670584.

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

Color convert

RGB 120 95 254 -
CMYK 0.53 0.63 0 0.00
HSL 249.43º 0.99% 0.68% -
HSV(B) 249.43º 0.63% 1% -
XYZ 29.73 19.33 95.93 -
YUV 120.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 120 95 254 0.53 0.63 0 0.00 249.43 0.99 0.68
Hex 78 5F FE 35 3F 0 0 F9 63 44
Octal 170 137 376 65 77 0 0 371 143 104
Binary 1111000 1011111 11111110 110101 111111 0 0 11111001 1100011 1000100

Color Harmonies of #785FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FFE

Black with #785FFE

Text Example


Text Example

White with #785FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785FFE; }

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

 H1.HeaderClassName
 {
   color: #785FFE;
 }
 .AnyTagClassName
 {
   color: #785FFE;
 }
</style>

background-color css

<style>
 a { background-color: #785FFE; }

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

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

border-color css

<style>
 span { border-color: #785FFE; }

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

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