Html Css Color HEX #826ADF Medium Slate Blue

📋 copy color: '#826ADF'

red 130 ◦ green 106 ◦ blue 223

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

Shades of Medium Slate Blue #826ADF

Tints of Medium Slate Blue #826ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 28.32%
G = 23.09%
B = 48.58%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#826ADF (or 0x826ADF) is known color: Medium Slate Blue. HEX triplet: 82, 6A and DF. RGB value is (130,106,223). Sum of RGB (Red+Green+Blue) = 130+106+223=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #826ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ADF is #7D9520. Grayscale: #7E7E7E. Windows color (decimal): -8230177 or 14641794. OLE color: 14641794.

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

Color convert

RGB 130 106 223 -
CMYK 0.42 0.52 0 0.13
HSL 252.31º 0.65% 0.65% -
HSV(B) 252.31º 0.52% 0.87% -
XYZ 27.68 20.38 72.29 -
YUV 126.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 130 106 223 0.42 0.52 0 0.13 252.31 0.65 0.65
Hex 82 6A DF 2A 34 0 D FC 41 41
Octal 202 152 337 52 64 0 15 374 101 101
Binary 10000010 1101010 11011111 101010 110100 0 1101 11111100 1000001 1000001

Color Harmonies of #826ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ADF

Black with #826ADF

Text Example


Text Example

White with #826ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,223); }

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

background-color css

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

 a { background-color: rgb(130,106,223); }

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

border-color css

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

 span { border-color: rgb(130,106,223); }

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