#8774BE

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

Shades of True V #8774BE

Tints of True V #8774BE

Color information

#8774BE (or 0x8774BE) is unknown color: approx True V. HEX triplet: 87, 74 and BE. RGB value is (135,116,190). Sum of RGB (Red+Green+Blue) = 135+116+190=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8774BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774BE is #788B41. Grayscale: #818181. Windows color (decimal): -7899970 or 12481671. OLE color: 12481671.

HSL color Cylindrical-coordinate representation of color #8774BE: hue angle of 255.41º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8774BE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135116190-
CMYK0.290.3900.25
HSL255.41º36.27%60%-
HSV(B)255.41º38.95%74.51%-
XYZ25.5321.3651.49-
YUV130.12161.79131.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.61%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=30.61%
G=26.30%
B=43.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351161900.290.3900.25255.4136.2760
Hex8774BE1D27019ff243c
Octal20716427635470313774474
Binary100001111110100101111101110110011101100111111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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