Html Css Color HEX #855AFA Medium Slate Blue

📋 copy color: '#855AFA'

red 133 ◦ green 90 ◦ blue 250

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

Shades of Medium Slate Blue #855AFA

Tints of Medium Slate Blue #855AFA

RGB

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

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

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

R = 28.12%
G = 19.03%
B = 52.85%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#855AFA (or 0x855AFA) is known color: Medium Slate Blue. HEX triplet: 85, 5A and FA. RGB value is (133,90,250). Sum of RGB (Red+Green+Blue) = 133+90+250=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #855AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855AFA is #7AA505. Grayscale: #787878. Windows color (decimal): -8037638 or 16407173. OLE color: 16407173.

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

Color convert

RGB 133 90 250 -
CMYK 0.47 0.64 0 0.02
HSL 256.13º 0.94% 0.67% -
HSV(B) 256.13º 0.64% 0.98% -
XYZ 30.58 19.2 92.54 -
YUV 121.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 133 90 250 0.47 0.64 0 0.02 256.13 0.94 0.67
Hex 85 5A FA 2F 40 0 2 100 5E 43
Octal 205 132 372 57 100 0 2 400 136 103
Binary 10000101 1011010 11111010 101111 1000000 0 10 100000000 1011110 1000011

Color Harmonies of #855AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855AFA

Black with #855AFA

Text Example


Text Example

White with #855AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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