Html Css Color HEX #806BDC Medium Slate Blue

📋 copy color: '#806BDC'

red 128 ◦ green 107 ◦ blue 220

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

Shades of Medium Slate Blue #806BDC

Tints of Medium Slate Blue #806BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.52%

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

R = 28.13%
G = 23.52%
B = 48.35%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#806BDC (or 0x806BDC) is known color: Medium Slate Blue. HEX triplet: 80, 6B and DC. RGB value is (128,107,220). Sum of RGB (Red+Green+Blue) = 128+107+220=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #806BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BDC is #7F9423. Grayscale: #7D7D7D. Windows color (decimal): -8360996 or 14445440. OLE color: 14445440.

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

Color convert

RGB 128 107 220 -
CMYK 0.42 0.51 0 0.14
HSL 251.15º 0.62% 0.64% -
HSV(B) 251.15º 0.51% 0.86% -
XYZ 27.08 20.27 70.2 -
YUV 126.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 128 107 220 0.42 0.51 0 0.14 251.15 0.62 0.64
Hex 80 6B DC 2A 33 0 E FB 3E 40
Octal 200 153 334 52 63 0 16 373 76 100
Binary 10000000 1101011 11011100 101010 110011 0 1110 11111011 111110 1000000

Color Harmonies of #806BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BDC

Black with #806BDC

Text Example


Text Example

White with #806BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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