#8A74F0

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

Shades of Light Slate Blue #8A74F0

Tints of Light Slate Blue #8A74F0

Color information

#8A74F0 (or 0x8A74F0) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 74 and F0. RGB value is (138,116,240). Sum of RGB (Red+Green+Blue) = 138+116+240=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A74F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A74F0 is #758B0F. Grayscale: #888888. Windows color (decimal): -7703312 or 15758474. OLE color: 15758474.

HSL color Cylindrical-coordinate representation of color #8A74F0: hue angle of 250.65º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A74F0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138116240-
CMYK0.420.5200.06
HSL250.65º80.52%69.8%-
HSV(B)250.65º51.67%94.12%-
XYZ32.4524.1985.4-
YUV136.71186.29128.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 240 (94.14% from 255) = 48.58%
R=27.94%
G=23.48%
B=48.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381162400.420.5200.06250.6580.5269.8
Hex8A74F02A3406fb5146
Octal212164360526406373121106
Binary1000101011101001111000010101011010001101111101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A74F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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