Html Css Color HEX #8163DD Medium Slate Blue

📋 copy color: '#8163DD'

red 129 ◦ green 99 ◦ blue 221

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

Shades of Medium Slate Blue #8163DD

Tints of Medium Slate Blue #8163DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

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

R = 28.73%
G = 22.05%
B = 49.22%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8163DD (or 0x8163DD) is known color: Medium Slate Blue. HEX triplet: 81, 63 and DD. RGB value is (129,99,221). Sum of RGB (Red+Green+Blue) = 129+99+221=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #8163DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8163DD is #7E9C22. Grayscale: #797979. Windows color (decimal): -8297507 or 14508929. OLE color: 14508929.

HSL color Cylindrical-coordinate representation of color #8163DD: hue angle of 254.75º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8163DD is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 99 221 -
CMYK 0.42 0.55 0 0.13
HSL 254.75º 0.64% 0.63% -
HSV(B) 254.75º 0.55% 0.87% -
XYZ 26.57 18.81 70.64 -
YUV 121.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 129 99 221 0.42 0.55 0 0.13 254.75 0.64 0.63
Hex 81 63 DD 2A 37 0 D FF 40 3F
Octal 201 143 335 52 67 0 15 377 100 77
Binary 10000001 1100011 11011101 101010 110111 0 1101 11111111 1000000 111111

Color Harmonies of #8163DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8163DD

Black with #8163DD

Text Example


Text Example

White with #8163DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8163DD; }

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

 H1.HeaderClassName
 {
   color: #8163DD;
 }
 .AnyTagClassName
 {
   color: #8163DD;
 }
</style>

background-color css

<style>
 a { background-color: #8163DD; }

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

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

border-color css

<style>
 span { border-color: #8163DD; }

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

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