#8874B7

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

Shades of True V #8874B7

Tints of True V #8874B7

Color information

#8874B7 (or 0x8874B7) is unknown color: approx True V. HEX triplet: 88, 74 and B7. RGB value is (136,116,183). Sum of RGB (Red+Green+Blue) = 136+116+183=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #8874B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874B7 is #778B48. Grayscale: #818181. Windows color (decimal): -7834441 or 12022920. OLE color: 12022920.

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

Color convert

RGB136116183-
CMYK0.260.3700.28
HSL257.91º31.75%58.63%-
HSV(B)257.91º36.61%71.76%-
XYZ24.9521.1447.57-
YUV129.62158.13132.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=31.26%
G=26.67%
B=42.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361161830.260.3700.28257.9131.7558.63
Hex8874B71A2501C102203b
Octal21016426732450344024073
Binary1000100011101001011011111010100101011100100000010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8874B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8874B7; }

 p { color: rgb(136,116,183); }

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

<style>
 a { background-color: #8874B7; }

 a { background-color: rgb(136,116,183); }

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

<style>
 span { border-color: #8874B7; }

 span { border-color: rgb(136,116,183); }

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