#8F7BBD

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

Shades of True V #8F7BBD

Tints of True V #8F7BBD

Color information

#8F7BBD (or 0x8F7BBD) is unknown color: approx True V. HEX triplet: 8F, 7B and BD. RGB value is (143,123,189). Sum of RGB (Red+Green+Blue) = 143+123+189=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F7BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BBD is #708442. Grayscale: #888888. Windows color (decimal): -7373891 or 12417935. OLE color: 12417935.

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

Color convert

RGB143123189-
CMYK0.240.3500.26
HSL258.18º33.33%61.18%-
HSV(B)258.18º34.92%74.12%-
XYZ27.623.6851.26-
YUV136.5157.63132.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.43%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=31.43%
G=27.03%
B=41.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431231890.240.3500.26258.1833.3361.18
Hex8F7BBD182301A102213d
Octal21717327530430324024175
Binary1000111111110111011110111000100011011010100000010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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