Html Css Color HEX #826BDC Medium Slate Blue

📋 copy color: '#826BDC'

red 130 ◦ green 107 ◦ blue 220

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

Shades of Medium Slate Blue #826BDC

Tints of Medium Slate Blue #826BDC

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 value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#826BDC (or 0x826BDC) is known color: 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

RGB 130 107 220 -
CMYK 0.41 0.51 0 0.14
HSL 252.21º 0.62% 0.64% -
HSV(B) 252.21º 0.51% 0.86% -
XYZ 27.38 20.43 70.21 -
YUV 126.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 130 107 220 0.41 0.51 0 0.14 252.21 0.62 0.64
Hex 82 6B DC 29 33 0 E FC 3E 40
Octal 202 153 334 51 63 0 16 374 76 100
Binary 10000010 1101011 11011100 101001 110011 0 1110 11111100 111110 1000000

Color Harmonies of #826BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BDC

Black with #826BDC

Text Example


Text Example

White with #826BDC

Text Example


Text Example

HTML Codes & Css Web 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>