Html Css Color HEX #854DF9 Medium Slate Blue

📋 copy color: '#854DF9'

red 133 ◦ green 77 ◦ blue 249

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

Shades of Medium Slate Blue #854DF9

Tints of Medium Slate Blue #854DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.25%

R = 28.98%
G = 16.78%
B = 54.25%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#854DF9 (or 0x854DF9) is known color: Medium Slate Blue. HEX triplet: 85, 4D and F9. RGB value is (133,77,249). Sum of RGB (Red+Green+Blue) = 133+77+249=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #854DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854DF9 is #7AB206. Grayscale: #707070. Windows color (decimal): -8040967 or 16338309. OLE color: 16338309.

HSL color Cylindrical-coordinate representation of color #854DF9: hue angle of 259.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #854DF9 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 77 249 -
CMYK 0.47 0.69 0 0.02
HSL 259.53º 0.93% 0.64% -
HSV(B) 259.53º 0.69% 0.98% -
XYZ 29.43 17.13 91.38 -
YUV 113.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 133 77 249 0.47 0.69 0 0.02 259.53 0.93 0.64
Hex 85 4D F9 2F 45 0 2 104 5D 40
Octal 205 115 371 57 105 0 2 404 135 100
Binary 10000101 1001101 11111001 101111 1000101 0 10 100000100 1011101 1000000

Color Harmonies of #854DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DF9

Black with #854DF9

Text Example


Text Example

White with #854DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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