Html Css Color HEX #816FEC Medium Slate Blue

📋 copy color: '#816FEC'

red 129 ◦ green 111 ◦ blue 236

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

Shades of Medium Slate Blue #816FEC

Tints of Medium Slate Blue #816FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.32%

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

R = 27.1%
G = 23.32%
B = 49.58%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#816FEC (or 0x816FEC) is known color: Medium Slate Blue. HEX triplet: 81, 6F and EC. RGB value is (129,111,236). Sum of RGB (Red+Green+Blue) = 129+111+236=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #816FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816FEC is #7E9013. Grayscale: #828282. Windows color (decimal): -8294420 or 15495041. OLE color: 15495041.

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

Color convert

RGB 129 111 236 -
CMYK 0.45 0.53 0 0.07
HSL 248.64º 0.77% 0.68% -
HSV(B) 248.64º 0.53% 0.93% -
XYZ 29.88 22.09 82.05 -
YUV 130.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 129 111 236 0.45 0.53 0 0.07 248.64 0.77 0.68
Hex 81 6F EC 2D 35 0 7 F9 4D 44
Octal 201 157 354 55 65 0 7 371 115 104
Binary 10000001 1101111 11101100 101101 110101 0 111 11111001 1001101 1000100

Color Harmonies of #816FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816FEC

Black with #816FEC

Text Example


Text Example

White with #816FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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