#8F7CBF

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

Shades of True V #8F7CBF

Tints of True V #8F7CBF

Color information

#8F7CBF (or 0x8F7CBF) is unknown color: approx True V. HEX triplet: 8F, 7C and BF. RGB value is (143,124,191). Sum of RGB (Red+Green+Blue) = 143+124+191=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F7CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CBF is #708340. Grayscale: #898989. Windows color (decimal): -7373633 or 12549263. OLE color: 12549263.

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

Color convert

RGB143124191-
CMYK0.250.3500.25
HSL257.01º34.36%61.76%-
HSV(B)257.01º35.08%74.9%-
XYZ27.9424.0252.45-
YUV137.32158.29132.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.22%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 191 (75% from 255) = 41.70%
R=31.22%
G=27.07%
B=41.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431241910.250.3500.25257.0134.3661.76
Hex8F7CBF1923019101223e
Octal21717427731430314014276
Binary1000111111111001011111111001100011011001100000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,124,191); }

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

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

 a { background-color: rgb(143,124,191); }

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

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

 span { border-color: rgb(143,124,191); }

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