#8F7BBB

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

Shades of True V #8F7BBB

Tints of True V #8F7BBB

Color information

#8F7BBB (or 0x8F7BBB) is unknown color: approx True V. HEX triplet: 8F, 7B and BB. RGB value is (143,123,187). Sum of RGB (Red+Green+Blue) = 143+123+187=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BBB is #708444. Grayscale: #888888. Windows color (decimal): -7373893 or 12286863. OLE color: 12286863.

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

Color convert

RGB143123187-
CMYK0.240.3400.27
HSL258.75º32%60.78%-
HSV(B)258.75º34.22%73.33%-
XYZ27.3823.5950.12-
YUV136.28156.63132.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.57%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=31.57%
G=27.15%
B=41.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431231870.240.3400.27258.753260.78
Hex8F7BBB182201B103203d
Octal21717327330420334034075
Binary1000111111110111011101111000100010011011100000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,187); }

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

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

 a { background-color: rgb(143,123,187); }

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

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

 span { border-color: rgb(143,123,187); }

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