#8468D2

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

Shades of True V #8468D2

Tints of True V #8468D2

Color information

#8468D2 (or 0x8468D2) is unknown color: approx True V. HEX triplet: 84, 68 and D2. RGB value is (132,104,210). Sum of RGB (Red+Green+Blue) = 132+104+210=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #8468D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468D2 is #7B972D. Grayscale: #7C7C7C. Windows color (decimal): -8099630 or 13789316. OLE color: 13789316.

HSL color Cylindrical-coordinate representation of color #8468D2: hue angle of 255.85º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8468D2 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132104210-
CMYK0.370.5000.18
HSL255.85º54.08%61.57%-
HSV(B)255.85º50.48%82.35%-
XYZ26.119.4663.35-
YUV124.46176.28133.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 210 (82.42% from 255) = 47.09%
R=29.60%
G=23.32%
B=47.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321042100.370.5000.18255.8554.0861.57
Hex8468D22532012100363e
Octal20415032245620224006676
Binary10000100110100011010010100101110010010010100000000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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