Html Css Color HEX #854CF9 Medium Slate Blue

📋 copy color: '#854CF9'

red 133 ◦ green 76 ◦ blue 249

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

Shades of Medium Slate Blue #854CF9

Tints of Medium Slate Blue #854CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.59%

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

R = 29.04%
G = 16.59%
B = 54.37%

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

#854CF9 (or 0x854CF9) is known color: Medium Slate Blue. HEX triplet: 85, 4C and F9. RGB value is (133,76,249). Sum of RGB (Red+Green+Blue) = 133+76+249=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #854CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CF9 is #7AB306. Grayscale: #707070. Windows color (decimal): -8041223 or 16338053. OLE color: 16338053.

HSL color Cylindrical-coordinate representation of color #854CF9: hue angle of 259.77º degrees, saturation: 0.94, 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 #854CF9 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 76 249 -
CMYK 0.47 0.69 0 0.02
HSL 259.77º 0.94% 0.64% -
HSV(B) 259.77º 0.69% 0.98% -
XYZ 29.36 16.99 91.36 -
YUV 112.77 204.88 142.43 -
System Red Green Blue C M Y K H S L
Decimal 133 76 249 0.47 0.69 0 0.02 259.77 0.94 0.64
Hex 85 4C F9 2F 45 0 2 104 5E 40
Octal 205 114 371 57 105 0 2 404 136 100
Binary 10000101 1001100 11111001 101111 1000101 0 10 100000100 1011110 1000000

Color Harmonies of #854CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CF9

Black with #854CF9

Text Example


Text Example

White with #854CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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