#8F80BE

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

Shades of True V #8F80BE

Tints of True V #8F80BE

Color information

#8F80BE (or 0x8F80BE) is unknown color: approx True V. HEX triplet: 8F, 80 and BE. RGB value is (143,128,190). Sum of RGB (Red+Green+Blue) = 143+128+190=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80BE is #707F41. Grayscale: #8B8B8B. Windows color (decimal): -7372610 or 12484751. OLE color: 12484751.

HSL color Cylindrical-coordinate representation of color #8F80BE: hue angle of 254.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F80BE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143128190-
CMYK0.250.3300.25
HSL254.52º32.29%62.35%-
HSV(B)254.52º32.63%74.51%-
XYZ28.342552.05-
YUV139.55156.47130.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=31.02%
G=27.77%
B=41.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431281900.250.3300.25254.5232.2962.35
Hex8F80BE1921019ff203e
Octal21720027631410313774076
Binary1000111110000000101111101100110000101100111111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,128,190); }

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

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

 a { background-color: rgb(143,128,190); }

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

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

 span { border-color: rgb(143,128,190); }

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