#8563BF

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

Shades of True V #8563BF

Tints of True V #8563BF

Color information

#8563BF (or 0x8563BF) is unknown color: approx True V. HEX triplet: 85, 63 and BF. RGB value is (133,99,191). Sum of RGB (Red+Green+Blue) = 133+99+191=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #8563BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563BF is #7A9C40. Grayscale: #777777. Windows color (decimal): -8035393 or 12542853. OLE color: 12542853.

HSL color Cylindrical-coordinate representation of color #8563BF: hue angle of 262.17º 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 #8563BF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13399191-
CMYK0.300.4800.25
HSL262.17º41.82%56.86%-
HSV(B)262.17º48.17%74.9%-
XYZ23.5417.6751.46-
YUV119.65168.26137.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 191 (75% from 255) = 45.15%
R=31.44%
G=23.40%
B=45.15%

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
Decimal133991910.300.4800.25262.1741.8256.86
Hex8563BF1E300191062a39
Octal20514327736600314065271
Binary1000010111000111011111111110110000011001100000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,99,191); }

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

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

 a { background-color: rgb(133,99,191); }

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

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

 span { border-color: rgb(133,99,191); }

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