#8663BE

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

Shades of True V #8663BE

Tints of True V #8663BE

Color information

#8663BE (or 0x8663BE) is unknown color: approx True V. HEX triplet: 86, 63 and BE. RGB value is (134,99,190). Sum of RGB (Red+Green+Blue) = 134+99+190=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #8663BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663BE is #799C41. Grayscale: #777777. Windows color (decimal): -7969858 or 12477318. OLE color: 12477318.

HSL color Cylindrical-coordinate representation of color #8663BE: hue angle of 263.08º degrees, saturation: 0.41, 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 #8663BE is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13499190-
CMYK0.290.4800.25
HSL263.08º41.18%56.67%-
HSV(B)263.08º47.89%74.51%-
XYZ23.5917.7150.89-
YUV119.84167.6138.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=31.68%
G=23.40%
B=44.92%

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
Decimal134991900.290.4800.25263.0841.1856.67
Hex8663BE1D300191072939
Octal20614327635600314075171
Binary1000011011000111011111011101110000011001100000111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8663BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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