Html Css Color HEX #826AEB Medium Slate Blue

📋 copy color: '#826AEB'

red 130 ◦ green 106 ◦ blue 235

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

Shades of Medium Slate Blue #826AEB

Tints of Medium Slate Blue #826AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 27.6%
G = 22.51%
B = 49.89%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#826AEB (or 0x826AEB) is known color: Medium Slate Blue. HEX triplet: 82, 6A and EB. RGB value is (130,106,235). Sum of RGB (Red+Green+Blue) = 130+106+235=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #826AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826AEB is #7D9514. Grayscale: #7F7F7F. Windows color (decimal): -8230165 or 15428226. OLE color: 15428226.

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

Color convert

RGB 130 106 235 -
CMYK 0.45 0.55 0 0.08
HSL 251.16º 0.76% 0.67% -
HSV(B) 251.16º 0.55% 0.92% -
XYZ 29.36 21.05 81.11 -
YUV 127.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 130 106 235 0.45 0.55 0 0.08 251.16 0.76 0.67
Hex 82 6A EB 2D 37 0 8 FB 4C 43
Octal 202 152 353 55 67 0 10 373 114 103
Binary 10000010 1101010 11101011 101101 110111 0 1000 11111011 1001100 1000011

Color Harmonies of #826AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AEB

Black with #826AEB

Text Example


Text Example

White with #826AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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