#8774B7

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

Shades of True V #8774B7

Tints of True V #8774B7

Color information

#8774B7 (or 0x8774B7) is unknown color: approx True V. HEX triplet: 87, 74 and B7. RGB value is (135,116,183). Sum of RGB (Red+Green+Blue) = 135+116+183=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #8774B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774B7 is #788B48. Grayscale: #818181. Windows color (decimal): -7899977 or 12022919. OLE color: 12022919.

HSL color Cylindrical-coordinate representation of color #8774B7: hue angle of 257.01º 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 #8774B7 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB135116183-
CMYK0.260.3700.28
HSL257.01º31.75%58.63%-
HSV(B)257.01º36.61%71.76%-
XYZ24.7821.0647.56-
YUV129.32158.29132.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=31.11%
G=26.73%
B=42.17%

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
Decimal1351161830.260.3700.28257.0131.7558.63
Hex8774B71A2501C101203b
Octal20716426732450344014073
Binary1000011111101001011011111010100101011100100000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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