Html Css Color HEX #826EE4 Medium Slate Blue

📋 copy color: '#826EE4'

red 130 ◦ green 110 ◦ blue 228

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

Shades of Medium Slate Blue #826EE4

Tints of Medium Slate Blue #826EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.72%

R = 27.78%
G = 23.5%
B = 48.72%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#826EE4 (or 0x826EE4) is known color: Medium Slate Blue. HEX triplet: 82, 6E and E4. RGB value is (130,110,228). Sum of RGB (Red+Green+Blue) = 130+110+228=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #826EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EE4 is #7D911B. Grayscale: #808080. Windows color (decimal): -8229148 or 14970498. OLE color: 14970498.

HSL color Cylindrical-coordinate representation of color #826EE4: hue angle of 250.17º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #826EE4 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 110 228 -
CMYK 0.43 0.52 0 0.11
HSL 250.17º 0.69% 0.66% -
HSV(B) 250.17º 0.52% 0.89% -
XYZ 28.79 21.5 76.03 -
YUV 129.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 130 110 228 0.43 0.52 0 0.11 250.17 0.69 0.66
Hex 82 6E E4 2B 34 0 B FA 45 42
Octal 202 156 344 53 64 0 13 372 105 102
Binary 10000010 1101110 11100100 101011 110100 0 1011 11111010 1000101 1000010

Color Harmonies of #826EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EE4

Black with #826EE4

Text Example


Text Example

White with #826EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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