Html Css Color HEX #855DEF Medium Slate Blue

📋 copy color: '#855DEF'

red 133 ◦ green 93 ◦ blue 239

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

Shades of Medium Slate Blue #855DEF

Tints of Medium Slate Blue #855DEF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20%

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 28.6%
G = 20%
B = 51.4%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#855DEF (or 0x855DEF) is known color: Medium Slate Blue. HEX triplet: 85, 5D and EF. RGB value is (133,93,239). Sum of RGB (Red+Green+Blue) = 133+93+239=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #855DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855DEF is #7AA210. Grayscale: #797979. Windows color (decimal): -8036881 or 15687045. OLE color: 15687045.

HSL color Cylindrical-coordinate representation of color #855DEF: hue angle of 256.44º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855DEF is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 93 239 -
CMYK 0.44 0.61 0 0.06
HSL 256.44º 0.82% 0.65% -
HSV(B) 256.44º 0.61% 0.94% -
XYZ 29.17 19.05 83.8 -
YUV 121.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 133 93 239 0.44 0.61 0 0.06 256.44 0.82 0.65
Hex 85 5D EF 2C 3D 0 6 100 52 41
Octal 205 135 357 54 75 0 6 400 122 101
Binary 10000101 1011101 11101111 101100 111101 0 110 100000000 1010010 1000001

Color Harmonies of #855DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DEF

Black with #855DEF

Text Example


Text Example

White with #855DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,239); }

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

background-color css

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

 a { background-color: rgb(133,93,239); }

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

border-color css

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

 span { border-color: rgb(133,93,239); }

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