Html Css Color HEX #855CEF Medium Slate Blue

📋 copy color: '#855CEF'

red 133 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #855CEF

Tints of Medium Slate Blue #855CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.83%

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

R = 28.66%
G = 19.83%
B = 51.51%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#855CEF (or 0x855CEF) is known color: Medium Slate Blue. HEX triplet: 85, 5C and EF. RGB value is (133,92,239). Sum of RGB (Red+Green+Blue) = 133+92+239=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #855CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855CEF is #7AA310. Grayscale: #787878. Windows color (decimal): -8037137 or 15686789. OLE color: 15686789.

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

Color convert

RGB 133 92 239 -
CMYK 0.44 0.62 0 0.06
HSL 256.73º 0.82% 0.65% -
HSV(B) 256.73º 0.62% 0.94% -
XYZ 29.08 18.87 83.77 -
YUV 121.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 133 92 239 0.44 0.62 0 0.06 256.73 0.82 0.65
Hex 85 5C EF 2C 3E 0 6 101 52 41
Octal 205 134 357 54 76 0 6 401 122 101
Binary 10000101 1011100 11101111 101100 111110 0 110 100000001 1010010 1000001

Color Harmonies of #855CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CEF

Black with #855CEF

Text Example


Text Example

White with #855CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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