#8567BE

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

Shades of True V #8567BE

Tints of True V #8567BE

Color information

#8567BE (or 0x8567BE) is unknown color: approx True V. HEX triplet: 85, 67 and BE. RGB value is (133,103,190). Sum of RGB (Red+Green+Blue) = 133+103+190=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #8567BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8567BE is #7A9841. Grayscale: #797979. Windows color (decimal): -8034370 or 12478341. OLE color: 12478341.

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

Color convert

RGB133103190-
CMYK0.30.4600.25
HSL260.69º40.09%57.45%-
HSV(B)260.69º45.79%74.51%-
XYZ23.8218.451.01-
YUV121.89166.44135.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=31.22%
G=24.18%
B=44.60%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331031900.30.4600.25260.6940.0957.45
Hex8567BE1E2E0191052839
Octal20514727636560314055071
Binary1000010111001111011111011110101110011001100000101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8567BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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