Html Css Color HEX #855AEB Medium Slate Blue

📋 copy color: '#855AEB'

red 133 ◦ green 90 ◦ blue 235

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

Shades of Medium Slate Blue #855AEB

Tints of Medium Slate Blue #855AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

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

R = 29.04%
G = 19.65%
B = 51.31%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#855AEB (or 0x855AEB) is known color: Medium Slate Blue. HEX triplet: 85, 5A and EB. RGB value is (133,90,235). Sum of RGB (Red+Green+Blue) = 133+90+235=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #855AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855AEB is #7AA514. Grayscale: #767676. Windows color (decimal): -8037653 or 15424133. OLE color: 15424133.

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

Color convert

RGB 133 90 235 -
CMYK 0.43 0.62 0 0.08
HSL 257.79º 0.78% 0.64% -
HSV(B) 257.79º 0.62% 0.92% -
XYZ 28.32 18.3 80.64 -
YUV 119.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 133 90 235 0.43 0.62 0 0.08 257.79 0.78 0.64
Hex 85 5A EB 2B 3E 0 8 102 4E 40
Octal 205 132 353 53 76 0 10 402 116 100
Binary 10000101 1011010 11101011 101011 111110 0 1000 100000010 1001110 1000000

Color Harmonies of #855AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855AEB

Black with #855AEB

Text Example


Text Example

White with #855AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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