Html Css Color HEX #854FE4 Medium Slate Blue

📋 copy color: '#854FE4'

red 133 ◦ green 79 ◦ blue 228

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

Shades of Medium Slate Blue #854FE4

Tints of Medium Slate Blue #854FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 51.82%

R = 30.23%
G = 17.95%
B = 51.82%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#854FE4 (or 0x854FE4) is known color: Medium Slate Blue. HEX triplet: 85, 4F and E4. RGB value is (133,79,228). Sum of RGB (Red+Green+Blue) = 133+79+228=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #854FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FE4 is #7AB01B. Grayscale: #6F6F6F. Windows color (decimal): -8040476 or 14962565. OLE color: 14962565.

HSL color Cylindrical-coordinate representation of color #854FE4: hue angle of 261.74º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854FE4 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 79 228 -
CMYK 0.42 0.65 0 0.11
HSL 261.75º 0.73% 0.6% -
HSV(B) 261.75º 0.65% 0.89% -
XYZ 26.47 16.18 75.13 -
YUV 112.13 193.39 142.88 -
System Red Green Blue C M Y K H S L
Decimal 133 79 228 0.42 0.65 0 0.11 261.75 0.73 0.6
Hex 85 4F E4 2A 41 0 B 106 49 3C
Octal 205 117 344 52 101 0 13 406 111 74
Binary 10000101 1001111 11100100 101010 1000001 0 1011 100000110 1001001 111100

Color Harmonies of #854FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854FE4

Black with #854FE4

Text Example


Text Example

White with #854FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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