#8F7EBC

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

Shades of True V #8F7EBC

Tints of True V #8F7EBC

Color information

#8F7EBC (or 0x8F7EBC) is unknown color: approx True V. HEX triplet: 8F, 7E and BC. RGB value is (143,126,188). Sum of RGB (Red+Green+Blue) = 143+126+188=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F7EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7EBC is #708143. Grayscale: #898989. Windows color (decimal): -7373124 or 12353167. OLE color: 12353167.

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

Color convert

RGB143126188-
CMYK0.240.3300.26
HSL256.45º31.63%61.57%-
HSV(B)256.45º32.98%73.73%-
XYZ27.8724.3950.82-
YUV138.15156.13131.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=31.29%
G=27.57%
B=41.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431261880.240.3300.26256.4531.6361.57
Hex8F7EBC182101A100203e
Octal21717627430410324004076
Binary1000111111111101011110011000100001011010100000000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,126,188); }

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

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

 a { background-color: rgb(143,126,188); }

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

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

 span { border-color: rgb(143,126,188); }

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