#8F7BCC

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

Shades of True V #8F7BCC

Tints of True V #8F7BCC

Color information

#8F7BCC (or 0x8F7BCC) is unknown color: approx True V. HEX triplet: 8F, 7B and CC. RGB value is (143,123,204). Sum of RGB (Red+Green+Blue) = 143+123+204=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F7BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BCC is #708433. Grayscale: #898989. Windows color (decimal): -7373876 or 13400975. OLE color: 13400975.

HSL color Cylindrical-coordinate representation of color #8F7BCC: hue angle of 254.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F7BCC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143123204-
CMYK0.300.4000.2
HSL254.81º44.26%64.12%-
HSV(B)254.81º39.71%80%-
XYZ29.3124.3760.28-
YUV138.21165.13131.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.43%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=30.43%
G=26.17%
B=43.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431232040.300.4000.2254.8144.2664.12
Hex8F7BCC1E28014ff2c40
Octal217173314365002437754100
Binary1000111111110111100110011110101000010100111111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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