Html Css Color HEX #805BFC Medium Slate Blue

📋 copy color: '#805BFC'

red 128 ◦ green 91 ◦ blue 252

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

Shades of Medium Slate Blue #805BFC

Tints of Medium Slate Blue #805BFC

RGB

 RED value IS 128 (50.39% from 255) = 27.18%

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 27.18%
G = 19.32%
B = 53.5%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#805BFC (or 0x805BFC) is known color: Medium Slate Blue. HEX triplet: 80, 5B and FC. RGB value is (128,91,252). Sum of RGB (Red+Green+Blue) = 128+91+252=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #805BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805BFC is #7FA403. Grayscale: #777777. Windows color (decimal): -8365060 or 16538496. OLE color: 16538496.

HSL color Cylindrical-coordinate representation of color #805BFC: hue angle of 253.79º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805BFC is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 91 252 -
CMYK 0.49 0.64 0 0.01
HSL 253.79º 0.96% 0.67% -
HSV(B) 253.79º 0.64% 0.99% -
XYZ 30.21 19.1 94.19 -
YUV 120.42 202.26 133.41 -
System Red Green Blue C M Y K H S L
Decimal 128 91 252 0.49 0.64 0 0.01 253.79 0.96 0.67
Hex 80 5B FC 31 40 0 1 FE 60 43
Octal 200 133 374 61 100 0 1 376 140 103
Binary 10000000 1011011 11111100 110001 1000000 0 1 11111110 1100000 1000011

Color Harmonies of #805BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805BFC

Black with #805BFC

Text Example


Text Example

White with #805BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805BFC; }

 p { color: rgb(128,91,252); }

 H1.HeaderClassName
 {
   color: #805BFC;
 }
 .AnyTagClassName
 {
   color: #805BFC;
 }
</style>

background-color css

<style>
 a { background-color: #805BFC; }

 a { background-color: rgb(128,91,252); }

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

border-color css

<style>
 span { border-color: #805BFC; }

 span { border-color: rgb(128,91,252); }

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