Html Css Color HEX #855BE8 Medium Slate Blue

📋 copy color: '#855BE8'

red 133 ◦ green 91 ◦ blue 232

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

Shades of Medium Slate Blue #855BE8

Tints of Medium Slate Blue #855BE8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.96%

 BLUE value IS 232 (91.02% from 255) = 50.88%

R = 29.17%
G = 19.96%
B = 50.88%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#855BE8 (or 0x855BE8) is known color: Medium Slate Blue. HEX triplet: 85, 5B and E8. RGB value is (133,91,232). Sum of RGB (Red+Green+Blue) = 133+91+232=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #855BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BE8 is #7AA417. Grayscale: #777777. Windows color (decimal): -8037400 or 15227781. OLE color: 15227781.

HSL color Cylindrical-coordinate representation of color #855BE8: hue angle of 257.87º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855BE8 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 91 232 -
CMYK 0.43 0.61 0 0.09
HSL 257.87º 0.75% 0.63% -
HSV(B) 257.87º 0.61% 0.91% -
XYZ 27.98 18.29 78.4 -
YUV 119.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 133 91 232 0.43 0.61 0 0.09 257.87 0.75 0.63
Hex 85 5B E8 2B 3D 0 9 102 4B 3F
Octal 205 133 350 53 75 0 11 402 113 77
Binary 10000101 1011011 11101000 101011 111101 0 1001 100000010 1001011 111111

Color Harmonies of #855BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BE8

Black with #855BE8

Text Example


Text Example

White with #855BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855BE8; }

 p { color: rgb(133,91,232); }

 H1.HeaderClassName
 {
   color: #855BE8;
 }
 .AnyTagClassName
 {
   color: #855BE8;
 }
</style>

background-color css

<style>
 a { background-color: #855BE8; }

 a { background-color: rgb(133,91,232); }

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

border-color css

<style>
 span { border-color: #855BE8; }

 span { border-color: rgb(133,91,232); }

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