#8874BE

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

Shades of True V #8874BE

Tints of True V #8874BE

Color information

#8874BE (or 0x8874BE) is unknown color: approx True V. HEX triplet: 88, 74 and BE. RGB value is (136,116,190). Sum of RGB (Red+Green+Blue) = 136+116+190=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8874BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874BE is #778B41. Grayscale: #828282. Windows color (decimal): -7834434 or 12481672. OLE color: 12481672.

HSL color Cylindrical-coordinate representation of color #8874BE: hue angle of 256.22º 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 #8874BE is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136116190-
CMYK0.280.3900.25
HSL256.22º36.27%60%-
HSV(B)256.22º38.95%74.51%-
XYZ25.6921.4451.5-
YUV130.42161.63131.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=30.77%
G=26.24%
B=42.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361161900.280.3900.25256.2236.2760
Hex8874BE1C27019100243c
Octal21016427634470314004474
Binary1000100011101001011111011100100111011001100000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8874BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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