Html Css Color HEX #816FDF Medium Slate Blue

📋 copy color: '#816FDF'

red 129 ◦ green 111 ◦ blue 223

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

Shades of Medium Slate Blue #816FDF

Tints of Medium Slate Blue #816FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 27.86%
G = 23.97%
B = 48.16%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#816FDF (or 0x816FDF) is known color: Medium Slate Blue. HEX triplet: 81, 6F and DF. RGB value is (129,111,223). Sum of RGB (Red+Green+Blue) = 129+111+223=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #816FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FDF is #7E9020. Grayscale: #808080. Windows color (decimal): -8294433 or 14643073. OLE color: 14643073.

HSL color Cylindrical-coordinate representation of color #816FDF: hue angle of 249.64º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816FDF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 111 223 -
CMYK 0.42 0.50 0 0.13
HSL 249.64º 0.64% 0.65% -
HSV(B) 249.64º 0.5% 0.87% -
XYZ 28.06 21.36 72.46 -
YUV 129.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 129 111 223 0.42 0.50 0 0.13 249.64 0.64 0.65
Hex 81 6F DF 2A 32 0 D FA 40 41
Octal 201 157 337 52 62 0 15 372 100 101
Binary 10000001 1101111 11011111 101010 110010 0 1101 11111010 1000000 1000001

Color Harmonies of #816FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816FDF

Black with #816FDF

Text Example


Text Example

White with #816FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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