Html Css Color HEX #816ADC Medium Slate Blue

📋 copy color: '#816ADC'

red 129 ◦ green 106 ◦ blue 220

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

Shades of Medium Slate Blue #816ADC

Tints of Medium Slate Blue #816ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 28.35%
G = 23.3%
B = 48.35%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#816ADC (or 0x816ADC) is known color: Medium Slate Blue. HEX triplet: 81, 6A and DC. RGB value is (129,106,220). Sum of RGB (Red+Green+Blue) = 129+106+220=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #816ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ADC is #7E9523. Grayscale: #7D7D7D. Windows color (decimal): -8295716 or 14445185. OLE color: 14445185.

HSL color Cylindrical-coordinate representation of color #816ADC: hue angle of 252.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816ADC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 106 220 -
CMYK 0.41 0.52 0 0.14
HSL 252.11º 0.62% 0.64% -
HSV(B) 252.11º 0.52% 0.86% -
XYZ 27.13 20.14 70.17 -
YUV 125.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 129 106 220 0.41 0.52 0 0.14 252.11 0.62 0.64
Hex 81 6A DC 29 34 0 E FC 3E 40
Octal 201 152 334 51 64 0 16 374 76 100
Binary 10000001 1101010 11011100 101001 110100 0 1110 11111100 111110 1000000

Color Harmonies of #816ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816ADC

Black with #816ADC

Text Example


Text Example

White with #816ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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