Html Css Color HEX #816AF1 Medium Slate Blue

📋 copy color: '#816AF1'

red 129 ◦ green 106 ◦ blue 241

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

Shades of Medium Slate Blue #816AF1

Tints of Medium Slate Blue #816AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.63%

R = 27.1%
G = 22.27%
B = 50.63%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#816AF1 (or 0x816AF1) is known color: Medium Slate Blue. HEX triplet: 81, 6A and F1. RGB value is (129,106,241). Sum of RGB (Red+Green+Blue) = 129+106+241=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #816AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AF1 is #7E950E. Grayscale: #7F7F7F. Windows color (decimal): -8295695 or 15821441. OLE color: 15821441.

HSL color Cylindrical-coordinate representation of color #816AF1: hue angle of 250.22º degrees, saturation: 0.83, 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 #816AF1 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 106 241 -
CMYK 0.46 0.56 0 0.05
HSL 250.22º 0.83% 0.68% -
HSV(B) 250.22º 0.56% 0.95% -
XYZ 30.08 21.33 85.75 -
YUV 128.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 129 106 241 0.46 0.56 0 0.05 250.22 0.83 0.68
Hex 81 6A F1 2E 38 0 5 FA 53 44
Octal 201 152 361 56 70 0 5 372 123 104
Binary 10000001 1101010 11110001 101110 111000 0 101 11111010 1010011 1000100

Color Harmonies of #816AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AF1

Black with #816AF1

Text Example


Text Example

White with #816AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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