Html Css Color HEX #826FE0 Medium Slate Blue

📋 copy color: '#826FE0'

red 130 ◦ green 111 ◦ blue 224

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

Shades of Medium Slate Blue #826FE0

Tints of Medium Slate Blue #826FE0

RGB

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

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

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

R = 27.96%
G = 23.87%
B = 48.17%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#826FE0 (or 0x826FE0) is known color: Medium Slate Blue. HEX triplet: 82, 6F and E0. RGB value is (130,111,224). Sum of RGB (Red+Green+Blue) = 130+111+224=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #826FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FE0 is #7D901F. Grayscale: #818181. Windows color (decimal): -8228896 or 14708610. OLE color: 14708610.

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

Color convert

RGB 130 111 224 -
CMYK 0.42 0.50 0 0.12
HSL 250.09º 0.65% 0.66% -
HSV(B) 250.09º 0.5% 0.88% -
XYZ 28.34 21.5 73.18 -
YUV 129.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 130 111 224 0.42 0.50 0 0.12 250.09 0.65 0.66
Hex 82 6F E0 2A 32 0 C FA 41 42
Octal 202 157 340 52 62 0 14 372 101 102
Binary 10000010 1101111 11100000 101010 110010 0 1100 11111010 1000001 1000010

Color Harmonies of #826FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FE0

Black with #826FE0

Text Example


Text Example

White with #826FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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