Html Css Color HEX #826EEA Medium Slate Blue

📋 copy color: '#826EEA'

red 130 ◦ green 110 ◦ blue 234

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

Shades of Medium Slate Blue #826EEA

Tints of Medium Slate Blue #826EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.21%

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 27.43%
G = 23.21%
B = 49.37%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#826EEA (or 0x826EEA) is known color: Medium Slate Blue. HEX triplet: 82, 6E and EA. RGB value is (130,110,234). Sum of RGB (Red+Green+Blue) = 130+110+234=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #826EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EEA is #7D9115. Grayscale: #818181. Windows color (decimal): -8229142 or 15363714. OLE color: 15363714.

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

Color convert

RGB 130 110 234 -
CMYK 0.44 0.53 0 0.08
HSL 249.68º 0.75% 0.67% -
HSV(B) 249.68º 0.53% 0.92% -
XYZ 29.63 21.84 80.5 -
YUV 130.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 130 110 234 0.44 0.53 0 0.08 249.68 0.75 0.67
Hex 82 6E EA 2C 35 0 8 FA 4B 43
Octal 202 156 352 54 65 0 10 372 113 103
Binary 10000010 1101110 11101010 101100 110101 0 1000 11111010 1001011 1000011

Color Harmonies of #826EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EEA

Black with #826EEA

Text Example


Text Example

White with #826EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,234); }

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

background-color css

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

 a { background-color: rgb(130,110,234); }

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

border-color css

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

 span { border-color: rgb(130,110,234); }

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