Html Css Color HEX #816AF6 Medium Slate Blue

📋 copy color: '#816AF6'

red 129 ◦ green 106 ◦ blue 246

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

Shades of Medium Slate Blue #816AF6

Tints of Medium Slate Blue #816AF6

RGB

 RED value IS 129 (50.78% from 255) = 26.82%

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

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

R = 26.82%
G = 22.04%
B = 51.14%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#816AF6 (or 0x816AF6) is known color: Medium Slate Blue. HEX triplet: 81, 6A and F6. RGB value is (129,106,246). Sum of RGB (Red+Green+Blue) = 129+106+246=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #816AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AF6 is #7E9509. Grayscale: #808080. Windows color (decimal): -8295690 or 16149121. OLE color: 16149121.

HSL color Cylindrical-coordinate representation of color #816AF6: hue angle of 249.86º 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 #816AF6 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 106 246 -
CMYK 0.48 0.57 0 0.04
HSL 249.86º 0.89% 0.69% -
HSV(B) 249.86º 0.57% 0.96% -
XYZ 30.84 21.63 89.74 -
YUV 128.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 129 106 246 0.48 0.57 0 0.04 249.86 0.89 0.69
Hex 81 6A F6 30 39 0 4 FA 59 45
Octal 201 152 366 60 71 0 4 372 131 105
Binary 10000001 1101010 11110110 110000 111001 0 100 11111010 1011001 1000101

Color Harmonies of #816AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AF6

Black with #816AF6

Text Example


Text Example

White with #816AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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