Html Css Color HEX #854FFC Medium Slate Blue

📋 copy color: '#854FFC'

red 133 ◦ green 79 ◦ blue 252

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

Shades of Medium Slate Blue #854FFC

Tints of Medium Slate Blue #854FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.03%

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 28.66%
G = 17.03%
B = 54.31%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#854FFC (or 0x854FFC) is known color: Medium Slate Blue. HEX triplet: 85, 4F and FC. RGB value is (133,79,252). Sum of RGB (Red+Green+Blue) = 133+79+252=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #854FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854FFC is #7AB003. Grayscale: #727272. Windows color (decimal): -8040452 or 16535429. OLE color: 16535429.

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

Color convert

RGB 133 79 252 -
CMYK 0.47 0.69 0 0.01
HSL 258.73º 0.97% 0.65% -
HSV(B) 258.73º 0.69% 0.99% -
XYZ 30.04 17.61 93.91 -
YUV 114.87 205.39 140.93 -
System Red Green Blue C M Y K H S L
Decimal 133 79 252 0.47 0.69 0 0.01 258.73 0.97 0.65
Hex 85 4F FC 2F 45 0 1 103 61 41
Octal 205 117 374 57 105 0 1 403 141 101
Binary 10000101 1001111 11111100 101111 1000101 0 1 100000011 1100001 1000001

Color Harmonies of #854FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854FFC

Black with #854FFC

Text Example


Text Example

White with #854FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,79,252); }

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

background-color css

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

 a { background-color: rgb(133,79,252); }

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

border-color css

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

 span { border-color: rgb(133,79,252); }

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