#826bdc

Color #826BDC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #826BDC

Tints of Medium Slate Blue #826BDC

Color information

#826BDC (or 0x826BDC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6B and DC. RGB value is (130,107,220). Sum of RGB (Red+Green+Blue) = 130+107+220=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #826BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BDC is #7D9423. Grayscale: #7E7E7E. Windows color (decimal): -8229924 or 14445442. OLE color: 14445442.

HSL color Cylindrical-coordinate representation of color #826BDC: hue angle of 252.21º 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 #826BDC is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130107220-
CMYK0.410.5100.14
HSL252.21º61.75%64.12%-
HSV(B)252.21º51.36%86.27%-
XYZ27.3820.4370.21-
YUV126.76180.62130.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=28.45%
G=23.41%
B=48.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301072200.410.5100.14252.2161.7564.12
Hex826BDC29330Efc3e40
Octal202153334516301637476100
Binary1000001011010111101110010100111001101110111111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826bdc; }

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

 H1.HeaderClassName
 {
   color: #826bdc;
 }
 .AnyTagClassName
 {
   color: #826bdc;
 }
</style>
background-color css

<style>
 a { background-color: #826bdc; }

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

 div.DivClassName
 {
   background-color: #826bdc;
 }
 .BgClassName
 {
   background-color: #826bdc;
 }
</style>
border-color css

<style>
 span { border-color: #826bdc; }

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

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