#8F7FBA

Color #8F7FBA True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8F7FBA

Tints of True V #8F7FBA

Color information

#8F7FBA (or 0x8F7FBA) is unknown color: approx True V. HEX triplet: 8F, 7F and BA. RGB value is (143,127,186). Sum of RGB (Red+Green+Blue) = 143+127+186=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FBA is #708045. Grayscale: #8A8A8A. Windows color (decimal): -7372870 or 12222351. OLE color: 12222351.

HSL color Cylindrical-coordinate representation of color #8F7FBA: hue angle of 256.27º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F7FBA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143127186-
CMYK0.230.3200.27
HSL256.27º29.95%61.37%-
HSV(B)256.27º31.72%72.94%-
XYZ27.7824.5649.73-
YUV138.51154.8131.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=31.36%
G=27.85%
B=40.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431271860.230.3200.27256.2729.9561.37
Hex8F7FBA172001B1001e3d
Octal21717727227400334003675
Binary100011111111111101110101011110000001101110000000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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