#8560BE

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

Shades of True V #8560BE

Tints of True V #8560BE

Color information

#8560BE (or 0x8560BE) is unknown color: approx True V. HEX triplet: 85, 60 and BE. RGB value is (133,96,190). Sum of RGB (Red+Green+Blue) = 133+96+190=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #8560BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560BE is #7A9F41. Grayscale: #757575. Windows color (decimal): -8036162 or 12476549. OLE color: 12476549.

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

Color convert

RGB13396190-
CMYK0.30.4900.25
HSL263.62º41.96%56.08%-
HSV(B)263.62º49.47%74.51%-
XYZ23.1517.0750.79-
YUV117.78168.76138.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=31.74%
G=22.91%
B=45.35%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133961900.30.4900.25263.6241.9656.08
Hex8560BE1E310191082a38
Octal20514027636610314105270
Binary1000010111000001011111011110110001011001100001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8560BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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