#8172F2

Color #8172F2 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8172F2

Tints of Medium Slate Blue #8172F2

Color information

#8172F2 (or 0x8172F2) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 72 and F2. RGB value is (129,114,242). Sum of RGB (Red+Green+Blue) = 129+114+242=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #8172F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8172F2 is #7E8D0D. Grayscale: #848484. Windows color (decimal): -8293646 or 15889025. OLE color: 15889025.

HSL color Cylindrical-coordinate representation of color #8172F2: hue angle of 247.03º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8172F2 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129114242-
CMYK0.470.5300.05
HSL247.03º83.12%69.8%-
HSV(B)247.03º52.89%94.9%-
XYZ31.123.1186.83-
YUV133.08189.47125.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.60%
GREEN value IS 114 (44.92% from 255) = 23.51%
BLUE value IS 242 (94.92% from 255) = 49.90%
R=26.60%
G=23.51%
B=49.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291142420.470.5300.05247.0383.1269.8
Hex8172F22F3505f75346
Octal201162362576505367123106
Binary1000000111100101111001010111111010101011111011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8172F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8172F2; }

 p { color: rgb(129,114,242); }

 H1.HeaderClassName
 {
   color: #8172F2;
 }
 .AnyTagClassName
 {
   color: #8172F2;
 }
</style>
background-color css

<style>
 a { background-color: #8172F2; }

 a { background-color: rgb(129,114,242); }

 div.DivClassName
 {
   background-color: #8172F2;
 }
 .BgClassName
 {
   background-color: #8172F2;
 }
</style>
border-color css

<style>
 span { border-color: #8172F2; }

 span { border-color: rgb(129,114,242); }

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