#8D7DBF

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

Shades of True V #8D7DBF

Tints of True V #8D7DBF

Color information

#8D7DBF (or 0x8D7DBF) is unknown color: approx True V. HEX triplet: 8D, 7D and BF. RGB value is (141,125,191). Sum of RGB (Red+Green+Blue) = 141+125+191=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DBF is #728240. Grayscale: #898989. Windows color (decimal): -7504449 or 12549517. OLE color: 12549517.

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

Color convert

RGB141125191-
CMYK0.260.3500.25
HSL254.55º34.02%61.96%-
HSV(B)254.55º34.55%74.9%-
XYZ27.7224.0952.48-
YUV137.31158.3130.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 191 (75% from 255) = 41.79%
R=30.85%
G=27.35%
B=41.79%

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
Decimal1411251910.260.3500.25254.5534.0261.96
Hex8D7DBF1A23019ff223e
Octal21517527732430313774276
Binary100011011111101101111111101010001101100111111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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