Html Css Color HEX #826AEC Medium Slate Blue

📋 copy color: '#826AEC'

red 130 ◦ green 106 ◦ blue 236

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

Shades of Medium Slate Blue #826AEC

Tints of Medium Slate Blue #826AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 27.54%
G = 22.46%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#826AEC (or 0x826AEC) is known color: Medium Slate Blue. HEX triplet: 82, 6A and EC. RGB value is (130,106,236). Sum of RGB (Red+Green+Blue) = 130+106+236=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #826AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826AEC is #7D9513. Grayscale: #7F7F7F. Windows color (decimal): -8230164 or 15493762. OLE color: 15493762.

HSL color Cylindrical-coordinate representation of color #826AEC: hue angle of 251.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #826AEC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 106 236 -
CMYK 0.45 0.55 0 0.07
HSL 251.08º 0.77% 0.67% -
HSV(B) 251.08º 0.55% 0.93% -
XYZ 29.5 21.11 81.88 -
YUV 128 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 130 106 236 0.45 0.55 0 0.07 251.08 0.77 0.67
Hex 82 6A EC 2D 37 0 7 FB 4D 43
Octal 202 152 354 55 67 0 7 373 115 103
Binary 10000010 1101010 11101100 101101 110111 0 111 11111011 1001101 1000011

Color Harmonies of #826AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AEC

Black with #826AEC

Text Example


Text Example

White with #826AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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