Html Css Color HEX #826ADE Medium Slate Blue

📋 copy color: '#826ADE'

red 130 ◦ green 106 ◦ blue 222

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

Shades of Medium Slate Blue #826ADE

Tints of Medium Slate Blue #826ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 28.38%
G = 23.14%
B = 48.47%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#826ADE (or 0x826ADE) is known color: Medium Slate Blue. HEX triplet: 82, 6A and DE. RGB value is (130,106,222). Sum of RGB (Red+Green+Blue) = 130+106+222=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #826ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ADE is #7D9521. Grayscale: #7D7D7D. Windows color (decimal): -8230178 or 14576258. OLE color: 14576258.

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

Color convert

RGB 130 106 222 -
CMYK 0.41 0.52 0 0.13
HSL 252.41º 0.64% 0.64% -
HSV(B) 252.41º 0.52% 0.87% -
XYZ 27.54 20.33 71.58 -
YUV 126.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 130 106 222 0.41 0.52 0 0.13 252.41 0.64 0.64
Hex 82 6A DE 29 34 0 D FC 40 40
Octal 202 152 336 51 64 0 15 374 100 100
Binary 10000010 1101010 11011110 101001 110100 0 1101 11111100 1000000 1000000

Color Harmonies of #826ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ADE

Black with #826ADE

Text Example


Text Example

White with #826ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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