Html Css Color HEX #806FDC Medium Slate Blue

📋 copy color: '#806FDC'

red 128 ◦ green 111 ◦ blue 220

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

Shades of Medium Slate Blue #806FDC

Tints of Medium Slate Blue #806FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.18%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 27.89%
G = 24.18%
B = 47.93%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#806FDC (or 0x806FDC) is known color: Medium Slate Blue. HEX triplet: 80, 6F and DC. RGB value is (128,111,220). Sum of RGB (Red+Green+Blue) = 128+111+220=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #806FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FDC is #7F9023. Grayscale: #808080. Windows color (decimal): -8359972 or 14446464. OLE color: 14446464.

HSL color Cylindrical-coordinate representation of color #806FDC: hue angle of 249.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806FDC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 111 220 -
CMYK 0.42 0.50 0 0.14
HSL 249.36º 0.61% 0.65% -
HSV(B) 249.36º 0.5% 0.86% -
XYZ 27.5 21.13 70.34 -
YUV 128.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 128 111 220 0.42 0.50 0 0.14 249.36 0.61 0.65
Hex 80 6F DC 2A 32 0 E F9 3D 41
Octal 200 157 334 52 62 0 16 371 75 101
Binary 10000000 1101111 11011100 101010 110010 0 1110 11111001 111101 1000001

Color Harmonies of #806FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FDC

Black with #806FDC

Text Example


Text Example

White with #806FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,111,220); }

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

background-color css

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

 a { background-color: rgb(128,111,220); }

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

border-color css

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

 span { border-color: rgb(128,111,220); }

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