Html Css Color HEX #805CFA Medium Slate Blue

📋 copy color: '#805CFA'

red 128 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #805CFA

Tints of Medium Slate Blue #805CFA

RGB

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

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

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

R = 27.23%
G = 19.57%
B = 53.19%

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

#805CFA (or 0x805CFA) is known color: Medium Slate Blue. HEX triplet: 80, 5C and FA. RGB value is (128,92,250). Sum of RGB (Red+Green+Blue) = 128+92+250=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #805CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CFA is #7FA305. Grayscale: #787878. Windows color (decimal): -8364806 or 16407680. OLE color: 16407680.

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

Color convert

RGB 128 92 250 -
CMYK 0.49 0.63 0 0.02
HSL 253.67º 0.94% 0.67% -
HSV(B) 253.67º 0.63% 0.98% -
XYZ 29.98 19.15 92.56 -
YUV 120.78 200.93 133.15 -
System Red Green Blue C M Y K H S L
Decimal 128 92 250 0.49 0.63 0 0.02 253.67 0.94 0.67
Hex 80 5C FA 31 3F 0 2 FE 5E 43
Octal 200 134 372 61 77 0 2 376 136 103
Binary 10000000 1011100 11111010 110001 111111 0 10 11111110 1011110 1000011

Color Harmonies of #805CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CFA

Black with #805CFA

Text Example


Text Example

White with #805CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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