Html Css Color HEX #826FDE Medium Slate Blue

📋 copy color: '#826FDE'

red 130 ◦ green 111 ◦ blue 222

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

Shades of Medium Slate Blue #826FDE

Tints of Medium Slate Blue #826FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.97%

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

R = 28.08%
G = 23.97%
B = 47.95%

CMYK

 C value IS 0.41

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#826FDE (or 0x826FDE) is known color: Medium Slate Blue. HEX triplet: 82, 6F and DE. RGB value is (130,111,222). Sum of RGB (Red+Green+Blue) = 130+111+222=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #826FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FDE is #7D9021. Grayscale: #808080. Windows color (decimal): -8228898 or 14577538. OLE color: 14577538.

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

Color convert

RGB 130 111 222 -
CMYK 0.41 0.5 0 0.13
HSL 250.27º 0.63% 0.65% -
HSV(B) 250.27º 0.5% 0.87% -
XYZ 28.08 21.39 71.76 -
YUV 129.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 130 111 222 0.41 0.5 0 0.13 250.27 0.63 0.65
Hex 82 6F DE 29 32 0 D FA 3F 41
Octal 202 157 336 51 62 0 15 372 77 101
Binary 10000010 1101111 11011110 101001 110010 0 1101 11111010 111111 1000001

Color Harmonies of #826FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FDE

Black with #826FDE

Text Example


Text Example

White with #826FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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