Html Css Color HEX #816AF2 Medium Slate Blue

📋 copy color: '#816AF2'

red 129 ◦ green 106 ◦ blue 242

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

Shades of Medium Slate Blue #816AF2

Tints of Medium Slate Blue #816AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.73%

R = 27.04%
G = 22.22%
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

#816AF2 (or 0x816AF2) is known color: Medium Slate Blue. HEX triplet: 81, 6A and F2. RGB value is (129,106,242). Sum of RGB (Red+Green+Blue) = 129+106+242=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #816AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AF2 is #7E950D. Grayscale: #7F7F7F. Windows color (decimal): -8295694 or 15886977. OLE color: 15886977.

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

Color convert

RGB 129 106 242 -
CMYK 0.47 0.56 0 0.05
HSL 250.15º 0.84% 0.68% -
HSV(B) 250.15º 0.56% 0.95% -
XYZ 30.23 21.39 86.54 -
YUV 128.38 192.12 128.44 -
System Red Green Blue C M Y K H S L
Decimal 129 106 242 0.47 0.56 0 0.05 250.15 0.84 0.68
Hex 81 6A F2 2F 38 0 5 FA 54 44
Octal 201 152 362 57 70 0 5 372 124 104
Binary 10000001 1101010 11110010 101111 111000 0 101 11111010 1010100 1000100

Color Harmonies of #816AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AF2

Black with #816AF2

Text Example


Text Example

White with #816AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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