Html Css Color HEX #826AF6 Medium Slate Blue

📋 copy color: '#826AF6'

red 130 ◦ green 106 ◦ blue 246

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

Shades of Medium Slate Blue #826AF6

Tints of Medium Slate Blue #826AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 26.97%
G = 21.99%
B = 51.04%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#826AF6 (or 0x826AF6) is known color: Medium Slate Blue. HEX triplet: 82, 6A and F6. RGB value is (130,106,246). Sum of RGB (Red+Green+Blue) = 130+106+246=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #826AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826AF6 is #7D9509. Grayscale: #808080. Windows color (decimal): -8230154 or 16149122. OLE color: 16149122.

HSL color Cylindrical-coordinate representation of color #826AF6: hue angle of 250.29º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #826AF6 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 106 246 -
CMYK 0.47 0.57 0 0.04
HSL 250.29º 0.89% 0.69% -
HSV(B) 250.29º 0.57% 0.96% -
XYZ 30.99 21.71 89.75 -
YUV 129.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 130 106 246 0.47 0.57 0 0.04 250.29 0.89 0.69
Hex 82 6A F6 2F 39 0 4 FA 59 45
Octal 202 152 366 57 71 0 4 372 131 105
Binary 10000010 1101010 11110110 101111 111001 0 100 11111010 1011001 1000101

Color Harmonies of #826AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AF6

Black with #826AF6

Text Example


Text Example

White with #826AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,246); }

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

background-color css

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

 a { background-color: rgb(130,106,246); }

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

border-color css

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

 span { border-color: rgb(130,106,246); }

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