Html Css Color HEX #826CE0 Medium Slate Blue

📋 copy color: '#826CE0'

red 130 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #826CE0

Tints of Medium Slate Blue #826CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 28.14%
G = 23.38%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#826CE0 (or 0x826CE0) is known color: Medium Slate Blue. HEX triplet: 82, 6C and E0. RGB value is (130,108,224). Sum of RGB (Red+Green+Blue) = 130+108+224=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #826CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CE0 is #7D931F. Grayscale: #7F7F7F. Windows color (decimal): -8229664 or 14707842. OLE color: 14707842.

HSL color Cylindrical-coordinate representation of color #826CE0: hue angle of 251.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #826CE0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 108 224 -
CMYK 0.42 0.52 0 0.12
HSL 251.38º 0.65% 0.65% -
HSV(B) 251.38º 0.52% 0.88% -
XYZ 28.02 20.85 73.07 -
YUV 127.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 130 108 224 0.42 0.52 0 0.12 251.38 0.65 0.65
Hex 82 6C E0 2A 34 0 C FB 41 41
Octal 202 154 340 52 64 0 14 373 101 101
Binary 10000010 1101100 11100000 101010 110100 0 1100 11111011 1000001 1000001

Color Harmonies of #826CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CE0

Black with #826CE0

Text Example


Text Example

White with #826CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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