Html Css Color HEX #805CDF Medium Slate Blue

📋 copy color: '#805CDF'

red 128 ◦ green 92 ◦ blue 223

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

Shades of Medium Slate Blue #805CDF

Tints of Medium Slate Blue #805CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 28.89%
G = 20.77%
B = 50.34%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#805CDF (or 0x805CDF) is known color: Medium Slate Blue. HEX triplet: 80, 5C and DF. RGB value is (128,92,223). Sum of RGB (Red+Green+Blue) = 128+92+223=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #805CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CDF is #7FA320. Grayscale: #757575. Windows color (decimal): -8364833 or 14638208. OLE color: 14638208.

HSL color Cylindrical-coordinate representation of color #805CDF: hue angle of 256.49º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805CDF is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 92 223 -
CMYK 0.43 0.59 0 0.13
HSL 256.49º 0.67% 0.62% -
HSV(B) 256.49º 0.59% 0.87% -
XYZ 26.05 17.57 71.83 -
YUV 117.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 128 92 223 0.43 0.59 0 0.13 256.49 0.67 0.62
Hex 80 5C DF 2B 3B 0 D 100 43 3E
Octal 200 134 337 53 73 0 15 400 103 76
Binary 10000000 1011100 11011111 101011 111011 0 1101 100000000 1000011 111110

Color Harmonies of #805CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CDF

Black with #805CDF

Text Example


Text Example

White with #805CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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