#8665BE

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

Shades of True V #8665BE

Tints of True V #8665BE

Color information

#8665BE (or 0x8665BE) is unknown color: approx True V. HEX triplet: 86, 65 and BE. RGB value is (134,101,190). Sum of RGB (Red+Green+Blue) = 134+101+190=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #8665BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665BE is #799A41. Grayscale: #787878. Windows color (decimal): -7969346 or 12477830. OLE color: 12477830.

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

Color convert

RGB134101190-
CMYK0.290.4700.25
HSL262.25º40.64%57.06%-
HSV(B)262.25º46.84%74.51%-
XYZ23.7818.0950.95-
YUV121.01166.93137.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=31.53%
G=23.76%
B=44.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341011900.290.4700.25262.2540.6457.06
Hex8665BE1D2F0191062939
Octal20614527635570314065171
Binary1000011011001011011111011101101111011001100000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8665BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,101,190); }

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

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

 a { background-color: rgb(134,101,190); }

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

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

 span { border-color: rgb(134,101,190); }

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