Html Css Color HEX #826DDC Medium Slate Blue

📋 copy color: '#826DDC'

red 130 ◦ green 109 ◦ blue 220

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

Shades of Medium Slate Blue #826DDC

Tints of Medium Slate Blue #826DDC

RGB

 RED value IS 130 (51.17% from 255) = 28.32%

 GREEN value IS 109 (42.97% from 255) = 23.75%

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

R = 28.32%
G = 23.75%
B = 47.93%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#826DDC (or 0x826DDC) is known color: Medium Slate Blue. HEX triplet: 82, 6D and DC. RGB value is (130,109,220). Sum of RGB (Red+Green+Blue) = 130+109+220=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 109 (42.97% from 255 or 23.75% 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 #826DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DDC is #7D9223. Grayscale: #7F7F7F. Windows color (decimal): -8229412 or 14445954. OLE color: 14445954.

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

Color convert

RGB 130 109 220 -
CMYK 0.41 0.50 0 0.14
HSL 251.35º 0.61% 0.65% -
HSV(B) 251.35º 0.5% 0.86% -
XYZ 27.59 20.85 70.28 -
YUV 127.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 130 109 220 0.41 0.50 0 0.14 251.35 0.61 0.65
Hex 82 6D DC 29 32 0 E FB 3D 41
Octal 202 155 334 51 62 0 16 373 75 101
Binary 10000010 1101101 11011100 101001 110010 0 1110 11111011 111101 1000001

Color Harmonies of #826DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DDC

Black with #826DDC

Text Example


Text Example

White with #826DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #826DDC;
 }
 .AnyTagClassName
 {
   color: #826DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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