#8A66F2

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

Shades of Medium Slate Blue #8A66F2

Tints of Medium Slate Blue #8A66F2

Color information

#8A66F2 (or 0x8A66F2) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 66 and F2. RGB value is (138,102,242). Sum of RGB (Red+Green+Blue) = 138+102+242=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A66F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A66F2 is #75990D. Grayscale: #808080. Windows color (decimal): -7706894 or 15885962. OLE color: 15885962.

HSL color Cylindrical-coordinate representation of color #8A66F2: hue angle of 255.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A66F2 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138102242-
CMYK0.430.5800.05
HSL255.43º84.34%67.45%-
HSV(B)255.43º57.85%94.9%-
XYZ31.2621.3286.47-
YUV128.72191.93134.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 242 (94.92% from 255) = 50.21%
R=28.63%
G=21.16%
B=50.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1381022420.430.5800.05255.4384.3467.45
Hex8A66F22B3A05ff5443
Octal212146362537205377124103
Binary1000101011001101111001010101111101001011111111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A66F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,242); }

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

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

 a { background-color: rgb(138,102,242); }

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

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

 span { border-color: rgb(138,102,242); }

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