#826CEE

Color #826CEE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #826CEE

Tints of Medium Slate Blue #826CEE

Color information

#826CEE (or 0x826CEE) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6C and EE. RGB value is (130,108,238). Sum of RGB (Red+Green+Blue) = 130+108+238=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #826CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826CEE is #7D9311. Grayscale: #808080. Windows color (decimal): -8229650 or 15625346. OLE color: 15625346.

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

Color convert

RGB130108238-
CMYK0.450.5500.07
HSL250.15º79.27%67.84%-
HSV(B)250.15º54.62%93.33%-
XYZ3021.6483.49-
YUV129.4189.29128.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 238 (93.36% from 255) = 50%
R=27.31%
G=22.69%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301082380.450.5500.07250.1579.2767.84
Hex826CEE2D3707fa4f44
Octal202154356556707372117104
Binary1000001011011001110111010110111011101111111101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,108,238); }

 H1.HeaderClassName
 {
   color: #826CEE;
 }
 .AnyTagClassName
 {
   color: #826CEE;
 }
</style>
background-color css

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

 a { background-color: rgb(130,108,238); }

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

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

 span { border-color: rgb(130,108,238); }

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