Html Css Color HEX #826CEB Medium Slate Blue

📋 copy color: '#826CEB'

red 130 ◦ green 108 ◦ blue 235

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

Shades of Medium Slate Blue #826CEB

Tints of Medium Slate Blue #826CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 27.48%
G = 22.83%
B = 49.68%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#826CEB (or 0x826CEB) is known color: Medium Slate Blue. HEX triplet: 82, 6C and EB. RGB value is (130,108,235). Sum of RGB (Red+Green+Blue) = 130+108+235=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #826CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826CEB is #7D9314. Grayscale: #808080. Windows color (decimal): -8229653 or 15428738. OLE color: 15428738.

HSL color Cylindrical-coordinate representation of color #826CEB: hue angle of 250.39º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #826CEB is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 108 235 -
CMYK 0.45 0.54 0 0.08
HSL 250.39º 0.76% 0.67% -
HSV(B) 250.39º 0.54% 0.92% -
XYZ 29.56 21.47 81.18 -
YUV 129.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 130 108 235 0.45 0.54 0 0.08 250.39 0.76 0.67
Hex 82 6C EB 2D 36 0 8 FA 4C 43
Octal 202 154 353 55 66 0 10 372 114 103
Binary 10000010 1101100 11101011 101101 110110 0 1000 11111010 1001100 1000011

Color Harmonies of #826CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CEB

Black with #826CEB

Text Example


Text Example

White with #826CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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