Html Css Color HEX #806ADF Medium Slate Blue

📋 copy color: '#806ADF'

red 128 ◦ green 106 ◦ blue 223

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

Shades of Medium Slate Blue #806ADF

Tints of Medium Slate Blue #806ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.19%

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

R = 28.01%
G = 23.19%
B = 48.8%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#806ADF (or 0x806ADF) is known color: Medium Slate Blue. HEX triplet: 80, 6A and DF. RGB value is (128,106,223). Sum of RGB (Red+Green+Blue) = 128+106+223=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #806ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ADF is #7F9520. Grayscale: #7D7D7D. Windows color (decimal): -8361249 or 14641792. OLE color: 14641792.

HSL color Cylindrical-coordinate representation of color #806ADF: hue angle of 251.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #806ADF is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 106 223 -
CMYK 0.43 0.52 0 0.13
HSL 251.28º 0.65% 0.65% -
HSV(B) 251.28º 0.52% 0.87% -
XYZ 27.38 20.22 72.27 -
YUV 125.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 128 106 223 0.43 0.52 0 0.13 251.28 0.65 0.65
Hex 80 6A DF 2B 34 0 D FB 41 41
Octal 200 152 337 53 64 0 15 373 101 101
Binary 10000000 1101010 11011111 101011 110100 0 1101 11111011 1000001 1000001

Color Harmonies of #806ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ADF

Black with #806ADF

Text Example


Text Example

White with #806ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806ADF; }

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

 H1.HeaderClassName
 {
   color: #806ADF;
 }
 .AnyTagClassName
 {
   color: #806ADF;
 }
</style>

background-color css

<style>
 a { background-color: #806ADF; }

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

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

border-color css

<style>
 span { border-color: #806ADF; }

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

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