#8774BB

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

Shades of True V #8774BB

Tints of True V #8774BB

Color information

#8774BB (or 0x8774BB) is unknown color: approx True V. HEX triplet: 87, 74 and BB. RGB value is (135,116,187). Sum of RGB (Red+Green+Blue) = 135+116+187=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #8774BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774BB is #788B44. Grayscale: #818181. Windows color (decimal): -7899973 or 12285063. OLE color: 12285063.

HSL color Cylindrical-coordinate representation of color #8774BB: hue angle of 256.06º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8774BB is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135116187-
CMYK0.280.3800.27
HSL256.06º34.3%59.41%-
HSV(B)256.06º37.97%73.33%-
XYZ25.2121.2349.78-
YUV129.78160.29131.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.82%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=30.82%
G=26.48%
B=42.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351161870.280.3800.27256.0634.359.41
Hex8774BB1C2601B100223b
Octal20716427334460334004273
Binary1000011111101001011101111100100110011011100000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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