Html Css Color HEX #826FE4 Medium Slate Blue

📋 copy color: '#826FE4'

red 130 ◦ green 111 ◦ blue 228

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

Shades of Medium Slate Blue #826FE4

Tints of Medium Slate Blue #826FE4

RGB

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

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

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

R = 27.72%
G = 23.67%
B = 48.61%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#826FE4 (or 0x826FE4) is known color: Medium Slate Blue. HEX triplet: 82, 6F and E4. RGB value is (130,111,228). Sum of RGB (Red+Green+Blue) = 130+111+228=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #826FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FE4 is #7D901B. Grayscale: #818181. Windows color (decimal): -8228892 or 14970754. OLE color: 14970754.

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

Color convert

RGB 130 111 228 -
CMYK 0.43 0.51 0 0.11
HSL 249.74º 0.68% 0.66% -
HSV(B) 249.74º 0.51% 0.89% -
XYZ 28.89 21.72 76.07 -
YUV 130.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 130 111 228 0.43 0.51 0 0.11 249.74 0.68 0.66
Hex 82 6F E4 2B 33 0 B FA 44 42
Octal 202 157 344 53 63 0 13 372 104 102
Binary 10000010 1101111 11100100 101011 110011 0 1011 11111010 1000100 1000010

Color Harmonies of #826FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FE4

Black with #826FE4

Text Example


Text Example

White with #826FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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