#8178ED

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

Shades of Medium Slate Blue #8178ED

Tints of Medium Slate Blue #8178ED

Color information

#8178ED (or 0x8178ED) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 78 and ED. RGB value is (129,120,237). Sum of RGB (Red+Green+Blue) = 129+120+237=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #8178ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8178ED is #7E8712. Grayscale: #878787. Windows color (decimal): -8292115 or 15562881. OLE color: 15562881.

HSL color Cylindrical-coordinate representation of color #8178ED: hue angle of 244.62º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8178ED is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129120237-
CMYK0.460.4900.07
HSL244.62º76.47%70%-
HSV(B)244.62º49.37%92.94%-
XYZ31.0624.2183.16-
YUV136.03184.98122.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 237 (92.97% from 255) = 48.77%
R=26.54%
G=24.69%
B=48.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291202370.460.4900.07244.6276.4770
Hex8178ED2E3107f54c46
Octal201170355566107365114106
Binary1000000111110001110110110111011000101111111010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8178ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8178ED; }

 p { color: rgb(129,120,237); }

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

<style>
 a { background-color: #8178ED; }

 a { background-color: rgb(129,120,237); }

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

<style>
 span { border-color: #8178ED; }

 span { border-color: rgb(129,120,237); }

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