Html Css Color HEX #855CFA Medium Slate Blue

📋 copy color: '#855CFA'

red 133 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #855CFA

Tints of Medium Slate Blue #855CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 28%
G = 19.37%
B = 52.63%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#855CFA (or 0x855CFA) is known color: Medium Slate Blue. HEX triplet: 85, 5C and FA. RGB value is (133,92,250). Sum of RGB (Red+Green+Blue) = 133+92+250=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #855CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855CFA is #7AA305. Grayscale: #797979. Windows color (decimal): -8037126 or 16407685. OLE color: 16407685.

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

Color convert

RGB 133 92 250 -
CMYK 0.47 0.63 0 0.02
HSL 255.57º 0.94% 0.67% -
HSV(B) 255.57º 0.63% 0.98% -
XYZ 30.76 19.54 92.59 -
YUV 122.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 133 92 250 0.47 0.63 0 0.02 255.57 0.94 0.67
Hex 85 5C FA 2F 3F 0 2 100 5E 43
Octal 205 134 372 57 77 0 2 400 136 103
Binary 10000101 1011100 11111010 101111 111111 0 10 100000000 1011110 1000011

Color Harmonies of #855CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CFA

Black with #855CFA

Text Example


Text Example

White with #855CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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