Html Css Color HEX #816FDD Medium Slate Blue

📋 copy color: '#816FDD'

red 129 ◦ green 111 ◦ blue 221

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

Shades of Medium Slate Blue #816FDD

Tints of Medium Slate Blue #816FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 27.98%
G = 24.08%
B = 47.94%

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

#816FDD (or 0x816FDD) is known color: Medium Slate Blue. HEX triplet: 81, 6F and DD. RGB value is (129,111,221). Sum of RGB (Red+Green+Blue) = 129+111+221=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #816FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FDD is #7E9022. Grayscale: #808080. Windows color (decimal): -8294435 or 14512001. OLE color: 14512001.

HSL color Cylindrical-coordinate representation of color #816FDD: hue angle of 249.82º degrees, saturation: 0.62, 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 #816FDD is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 111 221 -
CMYK 0.42 0.50 0 0.13
HSL 249.82º 0.62% 0.65% -
HSV(B) 249.82º 0.5% 0.87% -
XYZ 27.79 21.26 71.04 -
YUV 128.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 129 111 221 0.42 0.50 0 0.13 249.82 0.62 0.65
Hex 81 6F DD 2A 32 0 D FA 3E 41
Octal 201 157 335 52 62 0 15 372 76 101
Binary 10000001 1101111 11011101 101010 110010 0 1101 11111010 111110 1000001

Color Harmonies of #816FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816FDD

Black with #816FDD

Text Example


Text Example

White with #816FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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