Html Css Color HEX #8168DD Medium Slate Blue

📋 copy color: '#8168DD'

red 129 ◦ green 104 ◦ blue 221

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

Shades of Medium Slate Blue #8168DD

Tints of Medium Slate Blue #8168DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

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

R = 28.41%
G = 22.91%
B = 48.68%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8168DD (or 0x8168DD) is known color: Medium Slate Blue. HEX triplet: 81, 68 and DD. RGB value is (129,104,221). Sum of RGB (Red+Green+Blue) = 129+104+221=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #8168DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168DD is #7E9722. Grayscale: #7C7C7C. Windows color (decimal): -8296227 or 14510209. OLE color: 14510209.

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

Color convert

RGB 129 104 221 -
CMYK 0.42 0.53 0 0.13
HSL 252.82º 0.63% 0.64% -
HSV(B) 252.82º 0.53% 0.87% -
XYZ 27.05 19.79 70.8 -
YUV 124.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 129 104 221 0.42 0.53 0 0.13 252.82 0.63 0.64
Hex 81 68 DD 2A 35 0 D FD 3F 40
Octal 201 150 335 52 65 0 15 375 77 100
Binary 10000001 1101000 11011101 101010 110101 0 1101 11111101 111111 1000000

Color Harmonies of #8168DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8168DD

Black with #8168DD

Text Example


Text Example

White with #8168DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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