#8774BC

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

Shades of True V #8774BC

Tints of True V #8774BC

Color information

#8774BC (or 0x8774BC) is unknown color: approx True V. HEX triplet: 87, 74 and BC. RGB value is (135,116,188). Sum of RGB (Red+Green+Blue) = 135+116+188=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8774BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774BC is #788B43. Grayscale: #818181. Windows color (decimal): -7899972 or 12350599. OLE color: 12350599.

HSL color Cylindrical-coordinate representation of color #8774BC: hue angle of 255.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8774BC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135116188-
CMYK0.280.3800.26
HSL255.83º34.95%59.61%-
HSV(B)255.83º38.3%73.73%-
XYZ25.3121.2750.35-
YUV129.89160.79131.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.75%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=30.75%
G=26.42%
B=42.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351161880.280.3800.26255.8334.9559.61
Hex8774BC1C2601A100233c
Octal20716427434460324004374
Binary1000011111101001011110011100100110011010100000000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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