#8560BF

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

Shades of True V #8560BF

Tints of True V #8560BF

Color information

#8560BF (or 0x8560BF) is unknown color: approx True V. HEX triplet: 85, 60 and BF. RGB value is (133,96,191). Sum of RGB (Red+Green+Blue) = 133+96+191=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #8560BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560BF is #7A9F40. Grayscale: #757575. Windows color (decimal): -8036161 or 12542085. OLE color: 12542085.

HSL color Cylindrical-coordinate representation of color #8560BF: hue angle of 263.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8560BF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13396191-
CMYK0.300.5000.25
HSL263.37º42.6%56.27%-
HSV(B)263.37º49.74%74.9%-
XYZ23.2617.1151.37-
YUV117.89169.26138.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 191 (75% from 255) = 45.48%
R=31.67%
G=22.86%
B=45.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133961910.300.5000.25263.3742.656.27
Hex8560BF1E320191072b38
Octal20514027736620314075370
Binary1000010111000001011111111110110010011001100000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8560BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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