Html Css Color HEX #855CF6 Medium Slate Blue

📋 copy color: '#855CF6'

red 133 ◦ green 92 ◦ blue 246

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

Shades of Medium Slate Blue #855CF6

Tints of Medium Slate Blue #855CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 28.24%
G = 19.53%
B = 52.23%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#855CF6 (or 0x855CF6) is known color: Medium Slate Blue. HEX triplet: 85, 5C and F6. RGB value is (133,92,246). Sum of RGB (Red+Green+Blue) = 133+92+246=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #855CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855CF6 is #7AA309. Grayscale: #797979. Windows color (decimal): -8037130 or 16145541. OLE color: 16145541.

HSL color Cylindrical-coordinate representation of color #855CF6: hue angle of 255.97º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855CF6 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 92 246 -
CMYK 0.46 0.63 0 0.04
HSL 255.97º 0.9% 0.66% -
HSV(B) 255.97º 0.63% 0.96% -
XYZ 30.13 19.29 89.32 -
YUV 121.82 198.08 135.98 -
System Red Green Blue C M Y K H S L
Decimal 133 92 246 0.46 0.63 0 0.04 255.97 0.9 0.66
Hex 85 5C F6 2E 3F 0 4 100 5A 42
Octal 205 134 366 56 77 0 4 400 132 102
Binary 10000101 1011100 11110110 101110 111111 0 100 100000000 1011010 1000010

Color Harmonies of #855CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CF6

Black with #855CF6

Text Example


Text Example

White with #855CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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