Html Css Color HEX #805CF9 Medium Slate Blue

📋 copy color: '#805CF9'

red 128 ◦ green 92 ◦ blue 249

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

Shades of Medium Slate Blue #805CF9

Tints of Medium Slate Blue #805CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 27.29%
G = 19.62%
B = 53.09%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#805CF9 (or 0x805CF9) is known color: Medium Slate Blue. HEX triplet: 80, 5C and F9. RGB value is (128,92,249). Sum of RGB (Red+Green+Blue) = 128+92+249=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #805CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CF9 is #7FA306. Grayscale: #787878. Windows color (decimal): -8364807 or 16342144. OLE color: 16342144.

HSL color Cylindrical-coordinate representation of color #805CF9: hue angle of 253.76º degrees, saturation: 0.93, 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 #805CF9 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 92 249 -
CMYK 0.49 0.63 0 0.02
HSL 253.76º 0.93% 0.67% -
HSV(B) 253.76º 0.63% 0.98% -
XYZ 29.83 19.08 91.73 -
YUV 120.66 200.43 133.23 -
System Red Green Blue C M Y K H S L
Decimal 128 92 249 0.49 0.63 0 0.02 253.76 0.93 0.67
Hex 80 5C F9 31 3F 0 2 FE 5D 43
Octal 200 134 371 61 77 0 2 376 135 103
Binary 10000000 1011100 11111001 110001 111111 0 10 11111110 1011101 1000011

Color Harmonies of #805CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CF9

Black with #805CF9

Text Example


Text Example

White with #805CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,92,249); }

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

background-color css

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

 a { background-color: rgb(128,92,249); }

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

border-color css

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

 span { border-color: rgb(128,92,249); }

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