#8870BD

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

Shades of True V #8870BD

Tints of True V #8870BD

Color information

#8870BD (or 0x8870BD) is unknown color: approx True V. HEX triplet: 88, 70 and BD. RGB value is (136,112,189). Sum of RGB (Red+Green+Blue) = 136+112+189=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #8870BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870BD is #778F42. Grayscale: #7F7F7F. Windows color (decimal): -7835459 or 12415112. OLE color: 12415112.

HSL color Cylindrical-coordinate representation of color #8870BD: hue angle of 258.7º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8870BD is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136112189-
CMYK0.280.4100.26
HSL258.7º36.84%59.02%-
HSV(B)258.7º40.74%74.12%-
XYZ25.1320.550.78-
YUV127.95162.45133.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=31.12%
G=25.63%
B=43.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361121890.280.4100.26258.736.8459.02
Hex8870BD1C2901A103253b
Octal21016027534510324034573
Binary1000100011100001011110111100101001011010100000011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8870BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8870BD; }

 p { color: rgb(136,112,189); }

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

<style>
 a { background-color: #8870BD; }

 a { background-color: rgb(136,112,189); }

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

<style>
 span { border-color: #8870BD; }

 span { border-color: rgb(136,112,189); }

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