Html Css Color HEX #826AF3 Medium Slate Blue

📋 copy color: '#826AF3'

red 130 ◦ green 106 ◦ blue 243

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

Shades of Medium Slate Blue #826AF3

Tints of Medium Slate Blue #826AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.73%

R = 27.14%
G = 22.13%
B = 50.73%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#826AF3 (or 0x826AF3) is known color: Medium Slate Blue. HEX triplet: 82, 6A and F3. RGB value is (130,106,243). Sum of RGB (Red+Green+Blue) = 130+106+243=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #826AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826AF3 is #7D950C. Grayscale: #808080. Windows color (decimal): -8230157 or 15952514. OLE color: 15952514.

HSL color Cylindrical-coordinate representation of color #826AF3: hue angle of 250.51º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826AF3 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 106 243 -
CMYK 0.47 0.56 0 0.05
HSL 250.51º 0.85% 0.68% -
HSV(B) 250.51º 0.56% 0.95% -
XYZ 30.54 21.52 87.34 -
YUV 128.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 130 106 243 0.47 0.56 0 0.05 250.51 0.85 0.68
Hex 82 6A F3 2F 38 0 5 FB 55 44
Octal 202 152 363 57 70 0 5 373 125 104
Binary 10000010 1101010 11110011 101111 111000 0 101 11111011 1010101 1000100

Color Harmonies of #826AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AF3

Black with #826AF3

Text Example


Text Example

White with #826AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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