#8D7CBF

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

Shades of True V #8D7CBF

Tints of True V #8D7CBF

Color information

#8D7CBF (or 0x8D7CBF) is unknown color: approx True V. HEX triplet: 8D, 7C and BF. RGB value is (141,124,191). Sum of RGB (Red+Green+Blue) = 141+124+191=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D7CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CBF is #728340. Grayscale: #888888. Windows color (decimal): -7504705 or 12549261. OLE color: 12549261.

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

Color convert

RGB141124191-
CMYK0.260.3500.25
HSL255.22º34.36%61.76%-
HSV(B)255.22º35.08%74.9%-
XYZ27.623.8452.44-
YUV136.72158.63131.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 191 (75% from 255) = 41.89%
R=30.92%
G=27.19%
B=41.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411241910.260.3500.25255.2234.3661.76
Hex8D7CBF1A23019ff223e
Octal21517427732430313774276
Binary100011011111100101111111101010001101100111111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,191); }

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

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

 a { background-color: rgb(141,124,191); }

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

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

 span { border-color: rgb(141,124,191); }

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