Html Css Color HEX #855BFA Medium Slate Blue

📋 copy color: '#855BFA'

red 133 ◦ green 91 ◦ blue 250

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

Shades of Medium Slate Blue #855BFA

Tints of Medium Slate Blue #855BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.2%

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

R = 28.06%
G = 19.2%
B = 52.74%

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

#855BFA (or 0x855BFA) is known color: Medium Slate Blue. HEX triplet: 85, 5B and FA. RGB value is (133,91,250). Sum of RGB (Red+Green+Blue) = 133+91+250=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #855BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BFA is #7AA405. Grayscale: #797979. Windows color (decimal): -8037382 or 16407429. OLE color: 16407429.

HSL color Cylindrical-coordinate representation of color #855BFA: hue angle of 255.85º 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 #855BFA is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 91 250 -
CMYK 0.47 0.64 0 0.02
HSL 255.85º 0.94% 0.67% -
HSV(B) 255.85º 0.64% 0.98% -
XYZ 30.67 19.37 92.56 -
YUV 121.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 133 91 250 0.47 0.64 0 0.02 255.85 0.94 0.67
Hex 85 5B FA 2F 40 0 2 100 5E 43
Octal 205 133 372 57 100 0 2 400 136 103
Binary 10000101 1011011 11111010 101111 1000000 0 10 100000000 1011110 1000011

Color Harmonies of #855BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BFA

Black with #855BFA

Text Example


Text Example

White with #855BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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