Html Css Color HEX #826BDE Medium Slate Blue

📋 copy color: '#826BDE'

red 130 ◦ green 107 ◦ blue 222

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

Shades of Medium Slate Blue #826BDE

Tints of Medium Slate Blue #826BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.31%

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

R = 28.32%
G = 23.31%
B = 48.37%

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

#826BDE (or 0x826BDE) is known color: Medium Slate Blue. HEX triplet: 82, 6B and DE. RGB value is (130,107,222). Sum of RGB (Red+Green+Blue) = 130+107+222=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #826BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BDE is #7D9421. Grayscale: #7E7E7E. Windows color (decimal): -8229922 or 14576514. OLE color: 14576514.

HSL color Cylindrical-coordinate representation of color #826BDE: hue angle of 252º degrees, saturation: 0.64, 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 #826BDE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 107 222 -
CMYK 0.41 0.52 0 0.13
HSL 252º 0.64% 0.65% -
HSV(B) 252º 0.52% 0.87% -
XYZ 27.65 20.54 71.61 -
YUV 126.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 130 107 222 0.41 0.52 0 0.13 252 0.64 0.65
Hex 82 6B DE 29 34 0 D FC 40 41
Octal 202 153 336 51 64 0 15 374 100 101
Binary 10000010 1101011 11011110 101001 110100 0 1101 11111100 1000000 1000001

Color Harmonies of #826BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BDE

Black with #826BDE

Text Example


Text Example

White with #826BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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