#8F8AFF

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

Shades of Light Slate Blue #8F8AFF

Tints of Light Slate Blue #8F8AFF

Color information

#8F8AFF (or 0x8F8AFF) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 8A and FF. RGB value is (143,138,255). Sum of RGB (Red+Green+Blue) = 143+138+255=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8AFF is #707500. Grayscale: #989898. Windows color (decimal): -7369985 or 16747151. OLE color: 16747151.

HSL color Cylindrical-coordinate representation of color #8F8AFF: hue angle of 242.56º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F8AFF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143138255-
CMYK0.440.4600
HSL242.56º100%77.06%-
HSV(B)242.56º45.88%100%-
XYZ38.4731.2498.61-
YUV152.83185.66120.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 255 (100% from 255) = 47.57%
R=26.68%
G=25.75%
B=47.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431382550.440.4600242.5610077.06
Hex8F8AFF2C2E00f3644d
Octal217212377545600363144115
Binary100011111000101011111111101100101110001111001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,138,255); }

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

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

 a { background-color: rgb(143,138,255); }

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

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

 span { border-color: rgb(143,138,255); }

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