Html Css Color HEX #854FEB Medium Slate Blue

📋 copy color: '#854FEB'

red 133 ◦ green 79 ◦ blue 235

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

Shades of Medium Slate Blue #854FEB

Tints of Medium Slate Blue #854FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 29.75%
G = 17.67%
B = 52.57%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#854FEB (or 0x854FEB) is known color: Medium Slate Blue. HEX triplet: 85, 4F and EB. RGB value is (133,79,235). Sum of RGB (Red+Green+Blue) = 133+79+235=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #854FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854FEB is #7AB014. Grayscale: #707070. Windows color (decimal): -8040469 or 15421317. OLE color: 15421317.

HSL color Cylindrical-coordinate representation of color #854FEB: hue angle of 260.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #854FEB is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 79 235 -
CMYK 0.43 0.66 0 0.08
HSL 260.77º 0.8% 0.62% -
HSV(B) 260.77º 0.66% 0.92% -
XYZ 27.46 16.58 80.35 -
YUV 112.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 133 79 235 0.43 0.66 0 0.08 260.77 0.8 0.62
Hex 85 4F EB 2B 42 0 8 105 50 3E
Octal 205 117 353 53 102 0 10 405 120 76
Binary 10000101 1001111 11101011 101011 1000010 0 1000 100000101 1010000 111110

Color Harmonies of #854FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854FEB

Black with #854FEB

Text Example


Text Example

White with #854FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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