Html Css Color HEX #826FDC Medium Slate Blue

📋 copy color: '#826FDC'

red 130 ◦ green 111 ◦ blue 220

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

Shades of Medium Slate Blue #826FDC

Tints of Medium Slate Blue #826FDC

RGB

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

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

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

R = 28.2%
G = 24.08%
B = 47.72%

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

#826FDC (or 0x826FDC) is known color: Medium Slate Blue. HEX triplet: 82, 6F and DC. RGB value is (130,111,220). Sum of RGB (Red+Green+Blue) = 130+111+220=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #826FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FDC is #7D9023. Grayscale: #808080. Windows color (decimal): -8228900 or 14446466. OLE color: 14446466.

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

Color convert

RGB 130 111 220 -
CMYK 0.41 0.50 0 0.14
HSL 250.46º 0.61% 0.65% -
HSV(B) 250.46º 0.5% 0.86% -
XYZ 27.81 21.28 70.35 -
YUV 129.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 130 111 220 0.41 0.50 0 0.14 250.46 0.61 0.65
Hex 82 6F DC 29 32 0 E FA 3D 41
Octal 202 157 334 51 62 0 16 372 75 101
Binary 10000010 1101111 11011100 101001 110010 0 1110 11111010 111101 1000001

Color Harmonies of #826FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FDC

Black with #826FDC

Text Example


Text Example

White with #826FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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