#8468BF

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

Shades of True V #8468BF

Tints of True V #8468BF

Color information

#8468BF (or 0x8468BF) is unknown color: approx True V. HEX triplet: 84, 68 and BF. RGB value is (132,104,191). Sum of RGB (Red+Green+Blue) = 132+104+191=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #8468BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468BF is #7B9740. Grayscale: #797979. Windows color (decimal): -8099649 or 12544132. OLE color: 12544132.

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

Color convert

RGB132104191-
CMYK0.310.4600.25
HSL259.31º40.47%57.84%-
HSV(B)259.31º45.55%74.9%-
XYZ23.8718.5751.62-
YUV122.29166.78134.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 191 (75% from 255) = 44.73%
R=30.91%
G=24.36%
B=44.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321041910.310.4600.25259.3140.4757.84
Hex8468BF1F2E019103283a
Octal20415027737560314035072
Binary1000010011010001011111111111101110011001100000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,104,191); }

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

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

 a { background-color: rgb(132,104,191); }

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

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

 span { border-color: rgb(132,104,191); }

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