Html Css Color HEX #826EDE Medium Slate Blue

📋 copy color: '#826EDE'

red 130 ◦ green 110 ◦ blue 222

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

Shades of Medium Slate Blue #826EDE

Tints of Medium Slate Blue #826EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.81%

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

R = 28.14%
G = 23.81%
B = 48.05%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#826EDE (or 0x826EDE) is known color: Medium Slate Blue. HEX triplet: 82, 6E and DE. RGB value is (130,110,222). Sum of RGB (Red+Green+Blue) = 130+110+222=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #826EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EDE is #7D9121. Grayscale: #808080. Windows color (decimal): -8229154 or 14577282. OLE color: 14577282.

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

Color convert

RGB 130 110 222 -
CMYK 0.41 0.50 0 0.13
HSL 250.71º 0.63% 0.65% -
HSV(B) 250.71º 0.5% 0.87% -
XYZ 27.97 21.17 71.72 -
YUV 128.75 180.63 128.89 -
System Red Green Blue C M Y K H S L
Decimal 130 110 222 0.41 0.50 0 0.13 250.71 0.63 0.65
Hex 82 6E DE 29 32 0 D FB 3F 41
Octal 202 156 336 51 62 0 15 373 77 101
Binary 10000010 1101110 11011110 101001 110010 0 1101 11111011 111111 1000001

Color Harmonies of #826EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EDE

Black with #826EDE

Text Example


Text Example

White with #826EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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