#8A74EA

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

Shades of Medium Slate Blue #8A74EA

Tints of Medium Slate Blue #8A74EA

Color information

#8A74EA (or 0x8A74EA) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 74 and EA. RGB value is (138,116,234). Sum of RGB (Red+Green+Blue) = 138+116+234=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A74EA is #758B15. Grayscale: #878787. Windows color (decimal): -7703318 or 15365258. OLE color: 15365258.

HSL color Cylindrical-coordinate representation of color #8A74EA: hue angle of 251.19º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A74EA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138116234-
CMYK0.410.5000.08
HSL251.19º73.75%68.63%-
HSV(B)251.19º50.43%91.76%-
XYZ31.5823.8380.78-
YUV136.03183.29129.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=28.28%
G=23.77%
B=47.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381162340.410.5000.08251.1973.7568.63
Hex8A74EA293208fb4a45
Octal2121643525162010373112105
Binary10001010111010011101010101001110010010001111101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A74EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A74EA; }

 p { color: rgb(138,116,234); }

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

<style>
 a { background-color: #8A74EA; }

 a { background-color: rgb(138,116,234); }

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

<style>
 span { border-color: #8A74EA; }

 span { border-color: rgb(138,116,234); }

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