Html Css Color HEX #826FDD Medium Slate Blue

📋 copy color: '#826FDD'

red 130 ◦ green 111 ◦ blue 221

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

Shades of Medium Slate Blue #826FDD

Tints of Medium Slate Blue #826FDD

RGB

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

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

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

R = 28.14%
G = 24.03%
B = 47.84%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#826FDD (or 0x826FDD) is known color: Medium Slate Blue. HEX triplet: 82, 6F and DD. RGB value is (130,111,221). Sum of RGB (Red+Green+Blue) = 130+111+221=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #826FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FDD is #7D9022. Grayscale: #808080. Windows color (decimal): -8228899 or 14512002. OLE color: 14512002.

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

Color convert

RGB 130 111 221 -
CMYK 0.41 0.50 0 0.13
HSL 250.36º 0.62% 0.65% -
HSV(B) 250.36º 0.5% 0.87% -
XYZ 27.94 21.34 71.05 -
YUV 129.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 130 111 221 0.41 0.50 0 0.13 250.36 0.62 0.65
Hex 82 6F DD 29 32 0 D FA 3E 41
Octal 202 157 335 51 62 0 15 372 76 101
Binary 10000010 1101111 11011101 101001 110010 0 1101 11111010 111110 1000001

Color Harmonies of #826FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FDD

Black with #826FDD

Text Example


Text Example

White with #826FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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