#8F7FFF

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

Shades of Light Slate Blue #8F7FFF

Tints of Light Slate Blue #8F7FFF

Color information

#8F7FFF (or 0x8F7FFF) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 7F and FF. RGB value is (143,127,255). Sum of RGB (Red+Green+Blue) = 143+127+255=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7FFF is #708000. Grayscale: #919191. Windows color (decimal): -7372801 or 16744335. OLE color: 16744335.

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

Color convert

RGB143127255-
CMYK0.440.5000
HSL247.5º100%74.9%-
HSV(B)247.5º50.2%100%-
XYZ36.9728.2498.11-
YUV146.38189.3125.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.24%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 255 (100% from 255) = 48.57%
R=27.24%
G=24.19%
B=48.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431272550.440.5000247.510074.9
Hex8F7FFF2C3200f8644b
Octal217177377546200370144113
Binary10001111111111111111111101100110010001111100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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