Html Css Color HEX #816AEC Medium Slate Blue

📋 copy color: '#816AEC'

red 129 ◦ green 106 ◦ blue 236

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

Shades of Medium Slate Blue #816AEC

Tints of Medium Slate Blue #816AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 27.39%
G = 22.51%
B = 50.11%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#816AEC (or 0x816AEC) is known color: Medium Slate Blue. HEX triplet: 81, 6A and EC. RGB value is (129,106,236). Sum of RGB (Red+Green+Blue) = 129+106+236=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #816AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AEC is #7E9513. Grayscale: #7F7F7F. Windows color (decimal): -8295700 or 15493761. OLE color: 15493761.

HSL color Cylindrical-coordinate representation of color #816AEC: hue angle of 250.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #816AEC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 106 236 -
CMYK 0.45 0.55 0 0.07
HSL 250.62º 0.77% 0.67% -
HSV(B) 250.62º 0.55% 0.93% -
XYZ 29.35 21.03 81.87 -
YUV 127.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 129 106 236 0.45 0.55 0 0.07 250.62 0.77 0.67
Hex 81 6A EC 2D 37 0 7 FB 4D 43
Octal 201 152 354 55 67 0 7 373 115 103
Binary 10000001 1101010 11101100 101101 110111 0 111 11111011 1001101 1000011

Color Harmonies of #816AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AEC

Black with #816AEC

Text Example


Text Example

White with #816AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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