#8672E8

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

Shades of Medium Slate Blue #8672E8

Tints of Medium Slate Blue #8672E8

Color information

#8672E8 (or 0x8672E8) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 72 and E8. RGB value is (134,114,232). Sum of RGB (Red+Green+Blue) = 134+114+232=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #8672E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672E8 is #798D17. Grayscale: #848484. Windows color (decimal): -7965976 or 15233670. OLE color: 15233670.

HSL color Cylindrical-coordinate representation of color #8672E8: hue angle of 250.17º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8672E8 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134114232-
CMYK0.420.5100.09
HSL250.17º71.95%67.84%-
HSV(B)250.17º50.86%90.98%-
XYZ30.4122.9379.17-
YUV133.43183.63128.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 232 (91.02% from 255) = 48.33%
R=27.92%
G=23.75%
B=48.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341142320.420.5100.09250.1771.9567.84
Hex8672E82A3309fa4844
Octal2061623505263011372110104
Binary10000110111001011101000101010110011010011111101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8672E8; }

 p { color: rgb(134,114,232); }

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

<style>
 a { background-color: #8672E8; }

 a { background-color: rgb(134,114,232); }

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

<style>
 span { border-color: #8672E8; }

 span { border-color: rgb(134,114,232); }

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