#8260BF

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

Shades of True V #8260BF

Tints of True V #8260BF

Color information

#8260BF (or 0x8260BF) is unknown color: approx True V. HEX triplet: 82, 60 and BF. RGB value is (130,96,191). Sum of RGB (Red+Green+Blue) = 130+96+191=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #8260BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260BF is #7D9F40. Grayscale: #747474. Windows color (decimal): -8232769 or 12542082. OLE color: 12542082.

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

Color convert

RGB13096191-
CMYK0.320.5000.25
HSL261.47º42.6%56.27%-
HSV(B)261.47º49.74%74.9%-
XYZ22.7916.8751.35-
YUV117169.76137.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 191 (75% from 255) = 45.80%
R=31.18%
G=23.02%
B=45.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130961910.320.5000.25261.4742.656.27
Hex8260BF20320191052b38
Octal20214027740620314055370
Binary10000010110000010111111100000110010011001100000101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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