Html Css Color HEX #805CDB Medium Slate Blue

📋 copy color: '#805CDB'

red 128 ◦ green 92 ◦ blue 219

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

Shades of Medium Slate Blue #805CDB

Tints of Medium Slate Blue #805CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 29.16%
G = 20.96%
B = 49.89%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#805CDB (or 0x805CDB) is known color: Medium Slate Blue. HEX triplet: 80, 5C and DB. RGB value is (128,92,219). Sum of RGB (Red+Green+Blue) = 128+92+219=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #805CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CDB is #7FA324. Grayscale: #747474. Windows color (decimal): -8364837 or 14376064. OLE color: 14376064.

HSL color Cylindrical-coordinate representation of color #805CDB: hue angle of 257.01º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805CDB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 92 219 -
CMYK 0.42 0.58 0 0.14
HSL 257.01º 0.64% 0.61% -
HSV(B) 257.01º 0.58% 0.86% -
XYZ 25.52 17.36 69.02 -
YUV 117.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 128 92 219 0.42 0.58 0 0.14 257.01 0.64 0.61
Hex 80 5C DB 2A 3A 0 E 101 40 3D
Octal 200 134 333 52 72 0 16 401 100 75
Binary 10000000 1011100 11011011 101010 111010 0 1110 100000001 1000000 111101

Color Harmonies of #805CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CDB

Black with #805CDB

Text Example


Text Example

White with #805CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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