#8664BF

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

Shades of True V #8664BF

Tints of True V #8664BF

Color information

#8664BF (or 0x8664BF) is unknown color: approx True V. HEX triplet: 86, 64 and BF. RGB value is (134,100,191). Sum of RGB (Red+Green+Blue) = 134+100+191=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8664BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8664BF is #799B40. Grayscale: #787878. Windows color (decimal): -7969601 or 12543110. OLE color: 12543110.

HSL color Cylindrical-coordinate representation of color #8664BF: hue angle of 262.42º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8664BF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134100191-
CMYK0.300.4800.25
HSL262.42º41.55%57.06%-
HSV(B)262.42º47.64%74.9%-
XYZ23.7917.9451.5-
YUV120.54167.76137.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 191 (75% from 255) = 44.94%
R=31.53%
G=23.53%
B=44.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341001910.300.4800.25262.4241.5557.06
Hex8664BF1E300191062a39
Octal20614427736600314065271
Binary1000011011001001011111111110110000011001100000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8664BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8664BF; }

 p { color: rgb(134,100,191); }

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

<style>
 a { background-color: #8664BF; }

 a { background-color: rgb(134,100,191); }

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

<style>
 span { border-color: #8664BF; }

 span { border-color: rgb(134,100,191); }

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