Html Css Color HEX #855BFB Medium Slate Blue

📋 copy color: '#855BFB'

red 133 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #855BFB

Tints of Medium Slate Blue #855BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 28%
G = 19.16%
B = 52.84%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#855BFB (or 0x855BFB) is known color: Medium Slate Blue. HEX triplet: 85, 5B and FB. RGB value is (133,91,251). Sum of RGB (Red+Green+Blue) = 133+91+251=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #855BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BFB is #7AA404. Grayscale: #797979. Windows color (decimal): -8037381 or 16472965. OLE color: 16472965.

HSL color Cylindrical-coordinate representation of color #855BFB: hue angle of 255.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855BFB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 91 251 -
CMYK 0.47 0.64 0 0.02
HSL 255.75º 0.95% 0.67% -
HSV(B) 255.75º 0.64% 0.98% -
XYZ 30.83 19.43 93.39 -
YUV 121.8 200.91 135.99 -
System Red Green Blue C M Y K H S L
Decimal 133 91 251 0.47 0.64 0 0.02 255.75 0.95 0.67
Hex 85 5B FB 2F 40 0 2 100 5F 43
Octal 205 133 373 57 100 0 2 400 137 103
Binary 10000101 1011011 11111011 101111 1000000 0 10 100000000 1011111 1000011

Color Harmonies of #855BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BFB

Black with #855BFB

Text Example


Text Example

White with #855BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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