#8F7BCD

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

Shades of True V #8F7BCD

Tints of True V #8F7BCD

Color information

#8F7BCD (or 0x8F7BCD) is unknown color: approx True V. HEX triplet: 8F, 7B and CD. RGB value is (143,123,205). Sum of RGB (Red+Green+Blue) = 143+123+205=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BCD is #708432. Grayscale: #8A8A8A. Windows color (decimal): -7373875 or 13466511. OLE color: 13466511.

HSL color Cylindrical-coordinate representation of color #8F7BCD: hue angle of 254.63º degrees, saturation: 0.45, 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 #8F7BCD is Cyan = 0.30, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143123205-
CMYK0.300.400.20
HSL254.63º45.05%64.31%-
HSV(B)254.63º40%80.39%-
XYZ29.4324.4160.92-
YUV138.33165.63131.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.36%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=30.36%
G=26.11%
B=43.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431232050.300.400.20254.6345.0564.31
Hex8F7BCD1E28014ff2d40
Octal217173315365002437755100
Binary1000111111110111100110111110101000010100111111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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