#826BED

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

Shades of Medium Slate Blue #826BED

Tints of Medium Slate Blue #826BED

Color information

#826BED (or 0x826BED) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6B and ED. RGB value is (130,107,237). Sum of RGB (Red+Green+Blue) = 130+107+237=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #826BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826BED is #7D9412. Grayscale: #808080. Windows color (decimal): -8229907 or 15559554. OLE color: 15559554.

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

Color convert

RGB130107237-
CMYK0.450.5500.07
HSL250.62º78.31%67.45%-
HSV(B)250.62º54.85%92.94%-
XYZ29.7521.3882.68-
YUV128.7189.12128.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.43%
GREEN value IS 107 (42.19% from 255) = 22.57%
BLUE value IS 237 (92.97% from 255) = 50%
R=27.43%
G=22.57%
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
Decimal1301072370.450.5500.07250.6278.3167.45
Hex826BED2D3707fb4e43
Octal202153355556707373116103
Binary1000001011010111110110110110111011101111111101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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