Html Css Color HEX #8168DB Medium Slate Blue

📋 copy color: '#8168DB'

red 129 ◦ green 104 ◦ blue 219

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

Shades of Medium Slate Blue #8168DB

Tints of Medium Slate Blue #8168DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 28.54%
G = 23.01%
B = 48.45%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8168DB (or 0x8168DB) is known color: Medium Slate Blue. HEX triplet: 81, 68 and DB. RGB value is (129,104,219). Sum of RGB (Red+Green+Blue) = 129+104+219=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8168DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168DB is #7E9724. Grayscale: #7C7C7C. Windows color (decimal): -8296229 or 14379137. OLE color: 14379137.

HSL color Cylindrical-coordinate representation of color #8168DB: hue angle of 253.04º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8168DB is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 104 219 -
CMYK 0.41 0.53 0 0.14
HSL 253.04º 0.61% 0.63% -
HSV(B) 253.04º 0.53% 0.86% -
XYZ 26.79 19.68 69.4 -
YUV 124.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 129 104 219 0.41 0.53 0 0.14 253.04 0.61 0.63
Hex 81 68 DB 29 35 0 E FD 3D 3F
Octal 201 150 333 51 65 0 16 375 75 77
Binary 10000001 1101000 11011011 101001 110101 0 1110 11111101 111101 111111

Color Harmonies of #8168DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8168DB

Black with #8168DB

Text Example


Text Example

White with #8168DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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