#8F7CBE

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

Shades of True V #8F7CBE

Tints of True V #8F7CBE

Color information

#8F7CBE (or 0x8F7CBE) is unknown color: approx True V. HEX triplet: 8F, 7C and BE. RGB value is (143,124,190). Sum of RGB (Red+Green+Blue) = 143+124+190=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CBE is #708341. Grayscale: #888888. Windows color (decimal): -7373634 or 12483727. OLE color: 12483727.

HSL color Cylindrical-coordinate representation of color #8F7CBE: hue angle of 257.27º 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 #8F7CBE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143124190-
CMYK0.250.3500.25
HSL257.27º33.67%61.57%-
HSV(B)257.27º34.74%74.51%-
XYZ27.8323.9751.88-
YUV137.2157.79132.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=31.29%
G=27.13%
B=41.58%

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
Decimal1431241900.250.3500.25257.2733.6761.57
Hex8F7CBE1923019101223e
Octal21717427631430314014276
Binary1000111111111001011111011001100011011001100000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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