Html Css Color HEX #854DFD Medium Slate Blue

📋 copy color: '#854DFD'

red 133 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #854DFD

Tints of Medium Slate Blue #854DFD

RGB

 RED value IS 133 (52.34% from 255) = 28.73%

 GREEN value IS 77 (30.47% from 255) = 16.63%

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 28.73%
G = 16.63%
B = 54.64%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#854DFD (or 0x854DFD) is known color: Medium Slate Blue. HEX triplet: 85, 4D and FD. RGB value is (133,77,253). Sum of RGB (Red+Green+Blue) = 133+77+253=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #854DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854DFD is #7AB202. Grayscale: #717171. Windows color (decimal): -8040963 or 16600453. OLE color: 16600453.

HSL color Cylindrical-coordinate representation of color #854DFD: hue angle of 259.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854DFD is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 77 253 -
CMYK 0.47 0.70 0 0.01
HSL 259.09º 0.98% 0.65% -
HSV(B) 259.09º 0.7% 0.99% -
XYZ 30.06 17.39 94.7 -
YUV 113.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 133 77 253 0.47 0.70 0 0.01 259.09 0.98 0.65
Hex 85 4D FD 2F 46 0 1 103 62 41
Octal 205 115 375 57 106 0 1 403 142 101
Binary 10000101 1001101 11111101 101111 1000110 0 1 100000011 1100010 1000001

Color Harmonies of #854DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DFD

Black with #854DFD

Text Example


Text Example

White with #854DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854DFD; }

 p { color: rgb(133,77,253); }

 H1.HeaderClassName
 {
   color: #854DFD;
 }
 .AnyTagClassName
 {
   color: #854DFD;
 }
</style>

background-color css

<style>
 a { background-color: #854DFD; }

 a { background-color: rgb(133,77,253); }

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

border-color css

<style>
 span { border-color: #854DFD; }

 span { border-color: rgb(133,77,253); }

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