#8662BE

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

Shades of True V #8662BE

Tints of True V #8662BE

Color information

#8662BE (or 0x8662BE) is unknown color: approx True V. HEX triplet: 86, 62 and BE. RGB value is (134,98,190). Sum of RGB (Red+Green+Blue) = 134+98+190=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #8662BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662BE is #799D41. Grayscale: #767676. Windows color (decimal): -7970114 or 12477062. OLE color: 12477062.

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

Color convert

RGB13498190-
CMYK0.290.4800.25
HSL263.48º41.44%56.47%-
HSV(B)263.48º48.42%74.51%-
XYZ23.4917.5250.86-
YUV119.25167.93138.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=31.75%
G=23.22%
B=45.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134981900.290.4800.25263.4841.4456.47
Hex8662BE1D300191072938
Octal20614227635600314075170
Binary1000011011000101011111011101110000011001100000111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8662BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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