Html Css Color HEX #806CDA Medium Slate Blue

📋 copy color: '#806CDA'

red 128 ◦ green 108 ◦ blue 218

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

Shades of Medium Slate Blue #806CDA

Tints of Medium Slate Blue #806CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.79%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 28.19%
G = 23.79%
B = 48.02%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#806CDA (or 0x806CDA) is known color: Medium Slate Blue. HEX triplet: 80, 6C and DA. RGB value is (128,108,218). Sum of RGB (Red+Green+Blue) = 128+108+218=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #806CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CDA is #7F9325. Grayscale: #7E7E7E. Windows color (decimal): -8360742 or 14314624. OLE color: 14314624.

HSL color Cylindrical-coordinate representation of color #806CDA: hue angle of 250.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806CDA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 108 218 -
CMYK 0.41 0.50 0 0.15
HSL 250.91º 0.6% 0.64% -
HSV(B) 250.91º 0.5% 0.85% -
XYZ 26.92 20.38 68.84 -
YUV 126.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 128 108 218 0.41 0.50 0 0.15 250.91 0.6 0.64
Hex 80 6C DA 29 32 0 F FB 3C 40
Octal 200 154 332 51 62 0 17 373 74 100
Binary 10000000 1101100 11011010 101001 110010 0 1111 11111011 111100 1000000

Color Harmonies of #806CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806CDA

Black with #806CDA

Text Example


Text Example

White with #806CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,218); }

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

background-color css

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

 a { background-color: rgb(128,108,218); }

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

border-color css

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

 span { border-color: rgb(128,108,218); }

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