Html Css Color HEX #854BFF Medium Slate Blue

📋 copy color: '#854BFF'

red 133 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #854BFF

Tints of Medium Slate Blue #854BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

 BLUE value IS 255 (100% from 255) = 55.08%

R = 28.73%
G = 16.2%
B = 55.08%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#854BFF (or 0x854BFF) is known color: Medium Slate Blue. HEX triplet: 85, 4B and FF. RGB value is (133,75,255). Sum of RGB (Red+Green+Blue) = 133+75+255=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #854BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854BFF is #7AB400. Grayscale: #707070. Windows color (decimal): -8041473 or 16731013. OLE color: 16731013.

HSL color Cylindrical-coordinate representation of color #854BFF: hue angle of 259.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #854BFF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 75 255 -
CMYK 0.48 0.71 0 0
HSL 259.33º 1% 0.65% -
HSV(B) 259.33º 0.71% 1% -
XYZ 30.24 17.24 96.34 -
YUV 112.86 208.22 142.36 -
System Red Green Blue C M Y K H S L
Decimal 133 75 255 0.48 0.71 0 0 259.33 1 0.65
Hex 85 4B FF 30 47 0 0 103 64 41
Octal 205 113 377 60 107 0 0 403 144 101
Binary 10000101 1001011 11111111 110000 1000111 0 0 100000011 1100100 1000001

Color Harmonies of #854BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854BFF

Black with #854BFF

Text Example


Text Example

White with #854BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,75,255); }

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

background-color css

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

 a { background-color: rgb(133,75,255); }

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

border-color css

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

 span { border-color: rgb(133,75,255); }

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