Html Css Color HEX #826DDD Medium Slate Blue

📋 copy color: '#826DDD'

red 130 ◦ green 109 ◦ blue 221

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

Shades of Medium Slate Blue #826DDD

Tints of Medium Slate Blue #826DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 28.26%
G = 23.7%
B = 48.04%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#826DDD (or 0x826DDD) is known color: Medium Slate Blue. HEX triplet: 82, 6D and DD. RGB value is (130,109,221). Sum of RGB (Red+Green+Blue) = 130+109+221=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #826DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DDD is #7D9222. Grayscale: #7F7F7F. Windows color (decimal): -8229411 or 14511490. OLE color: 14511490.

HSL color Cylindrical-coordinate representation of color #826DDD: hue angle of 251.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #826DDD is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 109 221 -
CMYK 0.41 0.51 0 0.13
HSL 251.25º 0.62% 0.65% -
HSV(B) 251.25º 0.51% 0.87% -
XYZ 27.73 20.9 70.98 -
YUV 128.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 130 109 221 0.41 0.51 0 0.13 251.25 0.62 0.65
Hex 82 6D DD 29 33 0 D FB 3E 41
Octal 202 155 335 51 63 0 15 373 76 101
Binary 10000010 1101101 11011101 101001 110011 0 1101 11111011 111110 1000001

Color Harmonies of #826DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DDD

Black with #826DDD

Text Example


Text Example

White with #826DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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