#8D75BF

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

Shades of True V #8D75BF

Tints of True V #8D75BF

Color information

#8D75BF (or 0x8D75BF) is unknown color: approx True V. HEX triplet: 8D, 75 and BF. RGB value is (141,117,191). Sum of RGB (Red+Green+Blue) = 141+117+191=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D75BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D75BF is #728A40. Grayscale: #848484. Windows color (decimal): -7506497 or 12547469. OLE color: 12547469.

HSL color Cylindrical-coordinate representation of color #8D75BF: hue angle of 259.46º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D75BF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141117191-
CMYK0.260.3900.25
HSL259.46º36.63%60.39%-
HSV(B)259.46º38.74%74.9%-
XYZ26.7522.1552.16-
YUV132.61160.95133.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 191 (75% from 255) = 42.54%
R=31.40%
G=26.06%
B=42.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411171910.260.3900.25259.4636.6360.39
Hex8D75BF1A27019103253c
Octal21516527732470314034574
Binary1000110111101011011111111010100111011001100000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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